X-Git-Url: http://gitweb/?a=blobdiff_plain;f=README;h=ce2371512efa7f6407117a6805c070a28ffaa2ef;hb=daba762bad791045b54a6b796612cde82ed53acc;hp=4cc1397158990b8939afb70ff35216c7264de42b;hpb=2a6c74d9f2a5476663ccd8c52b3577739868d463;p=pkgutils-cross.git diff --git a/README b/README index 4cc1397..ce23715 100644 --- a/README +++ b/README @@ -1,14 +1,28 @@ -README + pkgutils - Package Management Utilities -Compile it! + 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). + + +Building and installing +----------------------- $ make +$ make install +or +$ make DESTDIR=/some/other/path install -Add pkgmk-cross to the PATH environment variable: -$ export PATH=$PATH:. -Edit pkgmk.conf with your settings: -$ vim src/pkgmk.conf +Copyright +--------- +pkgutils is Copyright (c) 2000-2005 Per Liden and +Copyright (c) 2006-2013 CRUX team (http://crux.nu). -Now you're ready to crosscompile packages: -$ cd /devel/crux-arm/ports-cross/core/ncurses; pkgmk-cross +pkgutils is licensed through the GNU General Public License. +Read the COPYING file for the complete license.