summaryrefslogtreecommitdiff
path: root/README
blob: 83133f8d56708284d212fe28610802e37d6cdaca (plain)
    1 
    2               pkgutils - Package Management Utilities
    3 
    4                http://www.fukt.bth.se/~per/pkgutils/
    5 
    6 
    7 Description
    8 -----------
    9 pkgutils is a set of utilities (pkgadd, pkgrm, pkginfo, pkgmk and rejmerge),
   10 which are used for managing software packages in Linux. It is developed for
   11 and used by the CRUX distribution (http://crux.nu).
   12 
   13 
   14 Building and installing
   15 -----------------------
   16 $ make
   17 $ make install
   18 or
   19 $ make DESTDIR=/some/other/path install
   20 
   21 
   22 Copyright
   23 ---------
   24 pkgutils is Copyright (c) 2000-2005 Per Liden and
   25 Copyright (c) 2006-2021 CRUX team (http://crux.nu).
   26 
   27 pkgutils is licensed through the GNU General Public License.
   28 Read the COPYING file for the complete license.

Generated by cgit