X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=README;h=ce2371512efa7f6407117a6805c070a28ffaa2ef;hb=d1c46e97eef9cc1a8fd01a32d36315c8d2286c35;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=f27012ed9e3fea70dc15107e335ecdb128a8ea5c;p=pkgutils-cross.git diff --git a/README b/README index e69de29..ce23715 100644 --- a/README +++ b/README @@ -0,0 +1,28 @@ + + pkgutils - Package Management Utilities + + 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 + + +Copyright +--------- +pkgutils is Copyright (c) 2000-2005 Per Liden and +Copyright (c) 2006-2013 CRUX team (http://crux.nu). + +pkgutils is licensed through the GNU General Public License. +Read the COPYING file for the complete license.