Re: How to build packages from tarballs without makefiles

2006-04-10 Thread Darren Salt
I demand that Carlo Segre may or may not have written... On Sun, 9 Apr 2006, David Liontooth wrote: [snip] I need a bit more help -- where do I add them to rules? CFLAGS = -Wall -g Can I add the Link with line to give CFLAGS = -Wall -g -lGLU -lGL -lXmu -lXext -lX11 [snip] BTW, a

Re: How to build packages from tarballs without makefiles

2006-04-10 Thread Justin Pryzby
On Mon, Apr 10, 2006 at 05:18:46PM +0100, Darren Salt wrote: I demand that Carlo Segre may or may not have written... On Sun, 9 Apr 2006, David Liontooth wrote: [snip] I need a bit more help -- where do I add them to rules? CFLAGS = -Wall -g Can I add the Link with line to give

Re: How to build packages from tarballs without makefiles

2006-04-09 Thread David Liontooth
Roberto C. Sanchez wrote: David Liontooth wrote: I occasionally run into tarballs without a makefile. How do I turn those into Debian packages? Here's an example -- otk_lib from http://otk.sourceforge.net/. # tar zxvf otk_lib_0.47.tgz otk_lib/gadget_lib.c otk_lib/letter2vector2.c

Re: How to build packages from tarballs without makefiles

2006-04-09 Thread Justin Pryzby
On Sun, Apr 09, 2006 at 01:20:06AM -0700, David Liontooth wrote: Roberto C. Sanchez wrote: David Liontooth wrote: I occasionally run into tarballs without a makefile. How do I turn those into Debian packages? Here's an example -- otk_lib from http://otk.sourceforge.net/. # tar zxvf

Re: How to build packages from tarballs without makefiles

2006-04-09 Thread Carlo Segre
On Sun, 9 Apr 2006, David Liontooth wrote: Roberto C. Sanchez wrote: I would just put those into the debian/rules. There is not enough there to justify a full-blown makefile in my mind. OK, that's good news, but I need a bit more help -- where do I add them to rules? CFLAGS = -Wall -g

Re: How to build packages from tarballs without makefiles

2006-04-09 Thread Justin Pryzby
On Sun, Apr 09, 2006 at 09:45:02AM -0500, Carlo Segre wrote: On Sun, 9 Apr 2006, David Liontooth wrote: Roberto C. Sanchez wrote: I would just put those into the debian/rules. There is not enough there to justify a full-blown makefile in my mind. OK, that's good news, but I need a bit

Re: How to build packages from tarballs without makefiles

2006-04-09 Thread Carlo Segre
On Sun, 9 Apr 2006, Justin Pryzby wrote: On Sun, Apr 09, 2006 at 09:45:02AM -0500, Carlo Segre wrote: On Sun, 9 Apr 2006, David Liontooth wrote: Roberto C. Sanchez wrote: I would just put those into the debian/rules. There is not enough there to justify a full-blown makefile in my mind.

How to build packages from tarballs without makefiles

2006-04-08 Thread David Liontooth
I occasionally run into tarballs without a makefile. How do I turn those into Debian packages? Here's an example -- otk_lib from http://otk.sourceforge.net/. # tar zxvf otk_lib_0.47.tgz otk_lib/gadget_lib.c otk_lib/letter2vector2.c otk_lib/otk_lib.c otk_lib/Readme.txt otk_lib/gadget_lib.h

Re: How to build packages from tarballs without makefiles

2006-04-08 Thread Roberto C. Sanchez
David Liontooth wrote: I occasionally run into tarballs without a makefile. How do I turn those into Debian packages? Here's an example -- otk_lib from http://otk.sourceforge.net/. # tar zxvf otk_lib_0.47.tgz otk_lib/gadget_lib.c otk_lib/letter2vector2.c otk_lib/otk_lib.c