My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

CRUX ports for Slackware 13, Slackware 13 64-bit, Absolute Linux

CRUX ports for Slackware allow easy quickly install additional software which is not included in Slackware-based distros using CRUX ports http://crux.nu/portdb/


Installation crux4slack for Slackware version 13 and Slackware 64 bit and Absolute Linux

Building Slackware packages using CRUX ports

  • Visit to http://crux.nu/portdb/ and search for software you need.
  • Go to needed port's directory: cd /usr/ports/repos_name/portname
  • Fetch port's sources and create Slackware package: pkgmk -d
  • Install Slackware package: pkgmk -i
  • Clean port directory if you do not need sources and package: pkgmk -c
  • You could automate all this operation by chain of commands:

cd /usr/ports/repos_name/portname ; pkgmk -d -i ; pkgmk -c

  • For adding supporting extract .tar.lzma install libarhive:
cd /usr/ports/core/2.6/libarchive ; pkgmk -d -i


Additional Information

For additional information see http://code.google.com/p/crux4slack/wiki/Introduction Wiki page

Installation crux4slack for Slackware version before 13 and Slamd64

Building Slackware packages using CRUX ports

  • Visit to http://crux.nu/portdb/ and search for software you need.
  • Go to needed port's directory: cd /usr/ports/repos_name/portname
  • Fetch port's sources and create Slackware package: pkgmk -d
  • Install Slackware package: pkgmk -i
  • Clean port directory if you do not need sources and package: pkgmk -c
  • You could automate all this operation by chain of commands: cd /usr/ports/repos_name/portname ; pkgmk -d -i ; pkgmk -c
  • You could create script for automatic compilation and installation of software or modify current one: http://crux4slack.googlecode.com/files/slackware12.2-soft.sh

Additional Information

For additional information see http://code.google.com/p/crux4slack/wiki/Introduction Wiki page
Powered by Google Project Hosting