Re: Fast Light Tool Kit

2010-10-31 Thread Ben Boeckel
"Eric \"Sparks\" Christensen"  wrote:
> The source I downloaded contained a single file so I'm not sure what
> needs to happen.

Well, since asking upstream for a copy of the license to ship is
required for the guidelines, maybe a simple Makefile could be asked for
as well.

--Ben

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Fast Light Tool Kit

2010-10-31 Thread Alexander Boström
lör 2010-10-30 klockan 17:05 -0400 skrev Eric "Sparks" Christensen:

> The source is a single file with no readme and I'm
> not exactly sure how to package the software.

Probably:

cc -o foo foo.c $(fltk-config --cflags --ldflags)

/abo


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fast Light Tool Kit

2010-10-31 Thread José Matos
On Sunday 31 October 2010 02:58:21 Dominic Hopf wrote:
> I think it's likely something like a "BuildRequires: fltk" already
> should be enough. I'd suggest to just try out that and see what
> happens. :)

Most probably it should be
BuildRequires: fltk-devel

-- 
José Abílio
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fast Light Tool Kit

2010-10-30 Thread Dominic Hopf
Am Samstag, den 30.10.2010, 21:51 -0400 schrieb Eric "Sparks"
Christensen:
> On Sat, Oct 30, 2010 at 21:32, R P Herrold  wrote:
> > On Sat, 30 Oct 2010, Eric "Sparks" Christensen wrote:
> >
> >> I found a program that I want to package but it requires Fast Light
> >> Tool Kit (FLTK).  The source is a single file with no readme and I'm
> >> not exactly sure how to package the software.  Has anyone worked with
> >> FLTK that might be able to help me with this?
> >
> > it is packaged abundantly.  What is the question?
> >
> > fltk
> > /mnt/nfs/var/ftp/pub/mirror/redhat/rawhide/SRPMS/fltk-1.1.10-4.fc15.src.rpm
> >
> > also in epel and fedora for since forever
> >
> > -- Russ herrold
> 
> I know that FLTK is packaged.  What I'm trying to figure out is how to
> package a program that requires FLTK to compile.  I'm not familar with
> FLTK and the software I downloaded didn't come with any README or
> instructions for compiling.  So I was hoping someone knew about FLTK
> and what I needed to do to package this software that requires FLTK to
> build.  The source I downloaded contained a single file so I'm not
> sure what needs to happen.

Does the software you like to package provide something like a configure
script or similar? Maybe it would help if you could post a link to the
software you actually like to package.

I think it's likely something like a "BuildRequires: fltk" already
should be enough. I'd suggest to just try out that and see what
happens. :)

Regards,
Dominic

-- 
Dominic Hopf 
http://dominichopf.de/

Key Fingerprint: A7DF C4FC 07AE 4DDC 5CA0 BD93 AAB0 6019 CA7D 868D


signature.asc
Description: This is a digitally signed message part
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fast Light Tool Kit

2010-10-30 Thread Eric "Sparks" Christensen
On Sat, Oct 30, 2010 at 21:32, R P Herrold  wrote:
> On Sat, 30 Oct 2010, Eric "Sparks" Christensen wrote:
>
>> I found a program that I want to package but it requires Fast Light
>> Tool Kit (FLTK).  The source is a single file with no readme and I'm
>> not exactly sure how to package the software.  Has anyone worked with
>> FLTK that might be able to help me with this?
>
> it is packaged abundantly.  What is the question?
>
> fltk
> /mnt/nfs/var/ftp/pub/mirror/redhat/rawhide/SRPMS/fltk-1.1.10-4.fc15.src.rpm
>
> also in epel and fedora for since forever
>
> -- Russ herrold

I know that FLTK is packaged.  What I'm trying to figure out is how to
package a program that requires FLTK to compile.  I'm not familar with
FLTK and the software I downloaded didn't come with any README or
instructions for compiling.  So I was hoping someone knew about FLTK
and what I needed to do to package this software that requires FLTK to
build.  The source I downloaded contained a single file so I'm not
sure what needs to happen.

--Eric
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Fast Light Tool Kit

2010-10-30 Thread R P Herrold
On Sat, 30 Oct 2010, Eric "Sparks" Christensen wrote:

> I found a program that I want to package but it requires Fast Light
> Tool Kit (FLTK).  The source is a single file with no readme and I'm
> not exactly sure how to package the software.  Has anyone worked with
> FLTK that might be able to help me with this?

it is packaged abundantly.  What is the question?

fltk 
/mnt/nfs/var/ftp/pub/mirror/redhat/rawhide/SRPMS/fltk-1.1.10-4.fc15.src.rpm

also in epel and fedora for since forever

-- Russ herrold
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Fast Light Tool Kit

2010-10-30 Thread Adam Williamson
On Sat, 2010-10-30 at 17:05 -0400, Eric "Sparks" Christensen wrote:
> I found a program that I want to package but it requires Fast Light
> Tool Kit (FLTK).  The source is a single file with no readme and I'm
> not exactly sure how to package the software.  Has anyone worked with
> FLTK that might be able to help me with this?

http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/fltk/current/
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Fast Light Tool Kit

2010-10-30 Thread Eric "Sparks" Christensen
I found a program that I want to package but it requires Fast Light
Tool Kit (FLTK).  The source is a single file with no readme and I'm
not exactly sure how to package the software.  Has anyone worked with
FLTK that might be able to help me with this?

Thanks,
Eric
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel