Where can I find more information about making Slack packages? I bought
the Slackware Essentials book but there is no much information about that.
I found some howto on the internet but it works for only some programs.
Here's what it says:
-------------start---------------------------
../configure --prefix=/usr
make
grep -r DESTDIR *
Installing with DESTDIR-support
make DESTDIR=/tmp/slackpack/example-0.1-beta install
Installing without DESTDIR-support
No worries, just put the wanted DESTDIR in front of the prefix, and install like so:
make prefix=/tmp/slackpack/example-0.1-beta/usr install
cd /tmp/slackpack/example-0.1-beta
makepkg example-0.1beta-i386-1.tgz
-----------------end----------------------------
I'd like to know more about making Slack, especialy if there is some
utility for making it (I don't mean about Checkinstall

). I'd like to
make packages for Ralink drivers and kernel modules package.
Thank you.
--
Igor Jagec