summaryrefslogtreecommitdiffstats
path: root/pkgutils/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'pkgutils/Pkgfile.old')
-rw-r--r--pkgutils/Pkgfile.old14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgutils/Pkgfile.old b/pkgutils/Pkgfile.old
new file mode 100644
index 0000000..4a8b153
--- /dev/null
+++ b/pkgutils/Pkgfile.old
@@ -0,0 +1,14 @@
+# Description: A set of utilities to manage software packages
+# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: libarchive
+
+name=pkgutils
+version=5.35.1
+release=1
+source=(http://crux.nu/files/$name-$version.tar.gz)
+
+build () {
+ cd $name-$version
+ make DESTDIR=$PKG install
+}