X-Git-Url: http://gitweb/?a=blobdiff_plain;f=README;h=ce2371512efa7f6407117a6805c070a28ffaa2ef;hb=77b59cfe676b96b077a6a67b37f644c2bdd29d41;hp=74a34a9311c06fceaab754f480b8d3f69c994cd3;hpb=615791ccafcb362fbc7e729314896b7f85a3863c;p=pkgutils-cross.git diff --git a/README b/README index 74a34a9..ce23715 100644 --- a/README +++ b/README @@ -1,22 +1,28 @@ -README + pkgutils - Package Management Utilities -Compile it! -$ make + http://www.fukt.bth.se/~per/pkgutils/ + + +Description +----------- +pkgutils is a set of utilities (pkgadd, pkgrm, pkginfo, pkgmk and rejmerge), +which are used for managing software packages in Linux. It is developed for +and used by the CRUX distribution (http://crux.nu). -Edit pkgmk.conf with your settings: -$ vim src/pkgmk.conf -Add pkgmk-cross to the PATH environment variable: -$ export PATH=/devel/crux-arm/pkgutils-cross:/devel/crux-arm/pkgutils-cross/src:$PATH -(note that append the old value for PATH at the end is important) +Building and installing +----------------------- +$ make +$ make install +or +$ make DESTDIR=/some/other/path install + -Now you're ready to crosscompile packages: -$ cd /devel/crux-arm/ports/core-cross/ncurses -$ fakeroot pkgmk-cross +Copyright +--------- +pkgutils is Copyright (c) 2000-2005 Per Liden and +Copyright (c) 2006-2013 CRUX team (http://crux.nu). -And also to install (when you need a dependency installed) -$ cd /devel/crux-arm/ports/core-cross/ncurses -$ pkgadd-cross ncurses#X.X-1.pkg.tar.gz -$ cd /devel/crux-arm/ports/core-cross/bash -$ fakeroot pkgmk-cross +pkgutils is licensed through the GNU General Public License. +Read the COPYING file for the complete license.