summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2005-11-11 23:40:48 +0100
committerSimone Rota <sip@crux.nu>2005-11-11 23:40:48 +0100
commit9ac667e68d3e36eb99272eac57219002ee2318e6 (patch)
tree042e98d4801e1c37decd4647659783665d53946e /README
downloadpkgutils-9ac667e68d3e36eb99272eac57219002ee2318e6.tar.gz
pkgutils-9ac667e68d3e36eb99272eac57219002ee2318e6.tar.xz
Initial import
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..3fe0c157
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+
+ 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.

Generated by cgit