CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prepared the code for the addition of the INSTALL rule
[pkgutils-cross.git] / README
CommitLineData
9ac667e6
SR
1
2 pkgutils - Package Management Utilities
3
4 http://www.fukt.bth.se/~per/pkgutils/
5
6
7Description
8-----------
9pkgutils is a set of utilities (pkgadd, pkgrm, pkginfo, pkgmk and rejmerge),
10which are used for managing software packages in Linux. It is developed for
11and used by the CRUX distribution (http://crux.nu).
12
13
14Building and installing
15-----------------------
16$ make
17$ make install
18or
19$ make DESTDIR=/some/other/path install
20
21
22Copyright
23---------
24pkgutils is Copyright (c) 2000-2005 Per Liden and is licensed through the
25GNU General Public License. Read the COPYING file for the complete license.
26
27pkgutils uses libtar, a library for reading/writing tar-files. This
28library is Copyright (c) 1998-2003 Mark D. Roth.