pkgutils repository
Go to file
Tilman Sauerbeck 780862a6ec Be less strict about the package name suffix.
Note that we never made sure that the string in PKG_EXT
really is the final part of the filename.
2010-05-18 19:24:17 +02:00
.gitignore Bug #287: Added a manpage for pkgmk.conf. 2008-06-22 11:53:58 +02:00
COPYING Initial import 2005-11-11 23:40:48 +01:00
main.cc Updated copyright notices. 2007-04-18 22:38:09 +02:00
Makefile Get libarchive LDFLAGS for static linking from pkg-config. 2010-05-05 19:27:55 +02:00
pkgadd.8.in Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkgadd.cc Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkgadd.conf Removed /etc/mail/cf from the UPGRADE rules in pkgadd.conf. 2008-03-01 10:17:07 +01:00
pkgadd.h Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkginfo.8.in Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkginfo.cc Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkginfo.h Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkgmk.8.in Bug #287: Added a manpage for pkgmk.conf. 2008-06-22 11:53:58 +02:00
pkgmk.conf Bug #347: wget options are configurable now. 2008-11-01 18:09:20 +01:00
pkgmk.conf.5.in Bug #347: wget options are configurable now. 2008-11-01 18:09:20 +01:00
pkgmk.in Added support for *.tbz2 and *.txz source entries in pkgmk. 2010-03-27 17:30:02 +01:00
pkgrm.8.in Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkgrm.cc Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkgrm.h Updated copyright notices. 2007-04-18 22:38:09 +02:00
pkgutil.cc Added support for bzip2- and xz-compressed packages. 2010-05-16 12:35:34 +02:00
pkgutil.h Be less strict about the package name suffix. 2010-05-18 19:24:17 +02:00
README Updated copyright notices. 2007-04-18 22:38:09 +02:00
rejmerge.8.in Updated copyright notices. 2007-04-18 22:38:09 +02:00
rejmerge.conf Initial import 2005-11-11 23:40:48 +01:00
rejmerge.in Updated copyright notices. 2007-04-18 22:38:09 +02: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
Copyright (c) 2006-2007 CRUX team (http://crux.nu).

pkgutils is licensed through the GNU General Public License.
Read the COPYING file for the complete license.