pkgutils repository
Go to file
2005-11-11 23:40:48 +01:00
ChangeLog Initial import 2005-11-11 23:40:48 +01:00
COPYING Initial import 2005-11-11 23:40:48 +01:00
libtar-1.2.11-fix_linkname_overflow.patch Initial import 2005-11-11 23:40:48 +01:00
libtar-1.2.11-fix_mem_leak.patch Initial import 2005-11-11 23:40:48 +01:00
libtar-1.2.11-reduce_mem_usage.patch Initial import 2005-11-11 23:40:48 +01:00
libtar-1.2.11.tar.gz Initial import 2005-11-11 23:40:48 +01:00
main.cc Initial import 2005-11-11 23:40:48 +01:00
Makefile Initial import 2005-11-11 23:40:48 +01:00
pkgadd.8.in Initial import 2005-11-11 23:40:48 +01:00
pkgadd.cc Initial import 2005-11-11 23:40:48 +01:00
pkgadd.conf Initial import 2005-11-11 23:40:48 +01:00
pkgadd.h Initial import 2005-11-11 23:40:48 +01: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 Initial import 2005-11-11 23:40:48 +01: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 Initial import 2005-11-11 23:40:48 +01:00
pkgutil.h Initial import 2005-11-11 23:40:48 +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.