CRUX-ARM : Home

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