Slackware 12.2 - Installing libbind (with epkg) =============================================== Public domain ******************************************************************************** ### Installation cd /usr/src wget "http://pmoghadam.com/homepage/Pages/Deposit/Source-packages/libbind-6.0.tar.gz" su - install cd /usr/src tar xf libbind-6.0.tar.gz cd libbind-6.0 ./configure --prefix=/usr/ && make make install DESTDIR=/usr/local/encap/libbind-6.0 cd /usr/local/encap/libbind-6.0 mv usr/share/man/ usr/ mkdir -p var/man mv usr/man/cat* var/man/ logout cd /usr/local/encap/ chown -R root:root libbind-6.0/ epkg libbind-6.0 ******************************************************************************** _BY: Pejman Moghadam_ _TAG: libbind, epkg_ _DATE: 2013-05-15 12:39:02_