====== Downloading & Installing src2pkg ====== ===== Files ===== The latest version is 2.2. * [[http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/src2pkg-2.2-noarch-7.tgz|Slackware 12.2 and below (tgz)]] * [[http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/src2pkg-2.2/src2pkg-2.2-noarch-3_KISS.txz|Slackware 13.0 and above (txz)]] * [[http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/src2pkg-2.2/src2pkg_2.2-3_all.deb|Debian/Ubuntu]] * [[http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/src2pkg-2.2/src2pkg-2.2-3.noarch.rpm|Redhat/SuSE]] * [[http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/src2pkg-2.2/src2pkg-2.2-noarch-3.pet|Puppy]] * [[http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/src2pkg-2.2/src2pkg-2.2.tazpkg|SliTaz]] ===== Installation ===== ==== From package ==== src2pkg is produced as a noarch package. Unlike most other packages however, there are post-install actions that must be completed manually if you are installing src2pkg for the first time. Install the base noarch package through your usual package manager from the command line. Once installed, run the command: ''src2pkg --setup'' to setup src2pkg for use on your system. The ''--setup'' switch automatically compiles and installs a few small helper applications. ==== Rebuilding from source ==== Download the contents of the [[http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/src2pkg-2.2/|src2pkg-2.2 source directory]] and run the ''src2pkg.build-noarch'' script provided. This will rebuild all of the above listed package types. If you're feeling brave, go ahead and add your own. src2pkg.build-noarch is just a bash script after all!