pkgutils repository
Go to file
2006-12-06 21:17:49 +01:00
.gitignore Added .gitignore. 2006-11-15 20:33:41 +01:00
COPYING Initial import 2005-11-11 23:40:48 +01:00
main.cc Initial import 2005-11-11 23:40:48 +01:00
Makefile Switched from libtar to libarchive. 2006-11-15 20:32:56 +01:00
NEWS Updated NEWS for the 5.21 release. 2006-11-14 22:22:53 +01:00
pkgadd.8.in added documentation for the INSTALL rules 2006-10-01 11:42:46 +02:00
pkgadd.cc added support for INSTALL rules. based on a patch by johannes. documentation needs to be updated. 2006-08-25 12:54:15 +02:00
pkgadd.conf added an UPGRADE rule for /var/run/utmp. thanks to Anton Vorontsov. 2006-09-12 15:16:26 +02:00
pkgadd.h added support for INSTALL rules. based on a patch by johannes. documentation needs to be updated. 2006-08-25 12:54:15 +02:00
pkginfo.8.in Initial import 2005-11-11 23:40:48 +01:00
pkginfo.cc Initial import 2005-11-11 23:40:48 +01:00
pkginfo.h Initial import 2005-11-11 23:40:48 +01:00
pkgmk.8.in Initial import 2005-11-11 23:40:48 +01:00
pkgmk.conf Initial import 2005-11-11 23:40:48 +01:00
pkgmk.in pkgmk: optimize file detection for stripping. Thanks to aon and mark 2006-04-29 10:01:53 +02:00
pkgrm.8.in Initial import 2005-11-11 23:40:48 +01:00
pkgrm.cc Initial import 2005-11-11 23:40:48 +01:00
pkgrm.h Initial import 2005-11-11 23:40:48 +01:00
pkgutil.cc Set ARCHIVE_EXTRACT_UNLINK when extracting archive entries. 2006-12-06 21:17:49 +01:00
pkgutil.h Use archive_errno() instead of errno for libarchive errors. 2006-11-15 20:34:22 +01:00
README Initial import 2005-11-11 23:40:48 +01:00
rejmerge.8.in Initial import 2005-11-11 23:40:48 +01:00
rejmerge.conf Initial import 2005-11-11 23:40:48 +01:00
rejmerge.in Initial import 2005-11-11 23:40:48 +01:00

              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.