PDA

View Full Version : How to build a deb with check install?



aitjcize
August 27th, 2009, 08:52 AM
I read the wiki and it says:
./configure
make
sudo checkinstall -D

But this is for building packages from source.

What if I want to build a package from binary files(already compiled)?

for example: I've download pps for linux(a p2p webTV) binary files

How can I create a deb package?

thanks in advanced~

aitjcize
August 27th, 2009, 10:20 AM
I read the wiki and it says:
./configure
make
sudo checkinstall -D

But this is for building packages from source.

What if I want to build a package from binary files(already compiled)?

for example: I've download pps for linux(a p2p webTV) binary files

How can I create a deb package?

thanks in advanced~

answer it by myself
http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/