checkinstall – build .deb’s from .tar.gz’s

22 Oct 2006

checkinstall – build .deb’s from .tar.gz’s

sudo aptitude install checkinstall
wget foo.tgz
tar zxvf foo.tgz
cd foo
./configure --prefix=/usr && make
sudo checkinstall make install
comments powered by Disqus

  « Previous: Next: »