PDA

View Full Version : Making .deb of a unmakeable script


Tamir
July 12th, 2005, 02:06 PM
Hi,

I know how to make debs with debian/rules (usualy ./configure; make; make install).
I wanted to know how to build a deb of a script, something like:

sh buildpackage

how do I do it without compiling?