
pkgsrc-on-slack
About
The goal of this project is to promote the use of pkgsrc on Linux, and expand Slackware (and compatible) with additional packages.
Install
wget http://pkgsrc-on-slack.googlecode.com/files/pkgsrc-bootstrap-200xQy-ARCH-BUILD_DISTRO.tgz
installpkg pkgsrc-bootstrap-200xQy-ARCH-BUILD_DISTRO.tgz
or
svn checkout http://pkgsrc-on-slack.googlecode.com/svn/trunk/pkgsrc-bootstrap
cd pkgsrc-bootstrap
sh pkgsrc-bootstrap.SlackBuild
installpkg /tmp/pkgsrc-bootstrap-200xQy-ARCH_BUILD_DISTRO.tgz
It's recommended to log in and out before using the bootstrap, due to changes in PATH and MANPATH.
Upgrade
wget http://pkgsrc-on-slack.googlecode.com/files/pkgsrc-bootstrap-200xQy-ARCH-BUILD_DISTRO.tgz
upgradepkg pkgsrc-bootstrap-200xQy-ARCH-BUILD_DISTRO.tgz
or
cd pkgsrc-bootstrap
svn update
sh pkgsrc-bootstrap.SlackBuild
upgradepkg /tmp/pkgsrc-bootstrap-200xQy-ARCH_BUILD_DISTRO.tgz