pkgutils repository
Go to file
2014-03-23 19:15:46 +01: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 update copyright year to 2013 2013-01-21 16:14:45 +01:00
Makefile bump version to 5.35.6 2014-03-23 19:15:46 +01:00
pkgadd.8.in update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgadd.cc update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgadd.conf pkgadd.conf: allow update of /etc/ssl/cert.pem provided by core/ca-certificates 2014-03-23 19:13:04 +01:00
pkgadd.h update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkginfo.8.in update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkginfo.cc update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkginfo.h update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgmk.8.in update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgmk.conf pkgmk.conf: added commented MAKEFLAGS option 2013-03-13 09:05:01 -05:00
pkgmk.conf.5.in pkgmk.conf: added commented MAKEFLAGS option 2013-03-13 09:05:01 -05:00
pkgmk.in update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgrm.8.in update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgrm.cc update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgrm.h update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgutil.cc update copyright year to 2013 2013-01-21 16:14:45 +01:00
pkgutil.h update copyright year to 2013 2013-01-21 16:14:45 +01:00
README update copyright year to 2013 2013-01-21 16:14:45 +01:00
rejmerge.8.in update copyright year to 2013 2013-01-21 16:14:45 +01:00
rejmerge.conf Initial import 2005-11-11 23:40:48 +01:00
rejmerge.in update copyright year to 2013 2013-01-21 16:14:45 +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
Copyright (c) 2006-2013 CRUX team (http://crux.nu).

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