diff options
author | Simone Rota <sip@crux.nu> | 2005-11-11 23:40:48 +0100 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2005-11-11 23:40:48 +0100 |
commit | 9ac667e68d3e36eb99272eac57219002ee2318e6 (patch) | |
tree | 042e98d4801e1c37decd4647659783665d53946e /README | |
download | pkgutils-9ac667e68d3e36eb99272eac57219002ee2318e6.tar.gz pkgutils-9ac667e68d3e36eb99272eac57219002ee2318e6.tar.xz |
Initial import
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -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 is licensed through the +GNU General Public License. Read the COPYING file for the complete license. + +pkgutils uses libtar, a library for reading/writing tar-files. This +library is Copyright (c) 1998-2003 Mark D. Roth. |