CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Also accept *.tar.lzma source archives.
[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---------
6fe55c25
TS
24pkgutils is Copyright (c) 2000-2005 Per Liden and
25Copyright (c) 2006-2007 CRUX team (http://crux.nu).
26
27pkgutils is licensed through the GNU General Public License.
28Read the COPYING file for the complete license.