pkgutils repository
Go to file
2021-10-05 09:59:50 +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 pkgadd: fix deprecated warning, patch by tnut 2017-02-28 13:32:16 +01:00
Makefile pkgutils 5.40.7 2018-02-14 17:17:57 +01:00
pkgadd.8.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgadd.cc added sepen's patch for pkgadd config-file 2017-09-19 23:45:19 +02:00
pkgadd.conf pkgadd.conf: Don't overwrite rc.d/wlan on update 2018-01-27 11:51:29 +01:00
pkgadd.h added sepen's patch for pkgadd config-file 2017-09-19 23:45:19 +02:00
pkgfile.5.in pkgfile.5: new man-page, initial work by fun 2021-10-05 09:59:50 +02:00
pkginfo.8.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkginfo.cc updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkginfo.h updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgmk.8.in signify related updates to pkgmk.8.in 2017-02-07 21:01:52 +01:00
pkgmk.conf Add JOBS to pkgmk.conf 2017-09-20 17:49:07 +02:00
pkgmk.conf.5.in readd bz2 support - don't commit while drunk 2018-11-17 21:11:16 +01:00
pkgmk.in pkgmk: add possibility to change the name of downloaded tarballs 2021-10-05 09:57:07 +02:00
pkgrm.8.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgrm.cc updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgrm.h updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgutil.cc pkgadd: add lzip support (closes FS#1638) 2018-04-10 23:18:51 +02:00
pkgutil.h pkgadd: avoid fake installations if unpacking fails 2017-09-19 23:44:01 +02:00
README updated copyright to 2017 2017-02-07 21:01:46 +01:00
rejmerge.8.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
rejmerge.conf Initial import 2005-11-11 23:40:48 +01:00
rejmerge.in updated copyright to 2017 2017-02-07 21:01:46 +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-2017 CRUX team (http://crux.nu).

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