pkgutils repository
Go to file
Tilman Sauerbeck e2a28799e4 Removed NEWS.
It's annoying to maintain, and we have ChangeLog.
2007-04-18 22:11:18 +02: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
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 bug #107: upgrade udev rules by default. 2007-02-25 13:51:10 +01: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 Moved archive initialization code to INIT_ARCHIVE. 2007-04-17 20:49:58 +02:00
pkgutil.h Removed some dead (and buggy) code. 2006-12-29 16:51:27 +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.