summaryrefslogtreecommitdiffstats
path: root/pkgutils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgutils/Pkgfile')
-rw-r--r--pkgutils/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile
new file mode 100644
index 0000000..41af362
--- /dev/null
+++ b/pkgutils/Pkgfile
@@ -0,0 +1,15 @@
+description="A set of utilities to manage software packages"
+packager=""
+maintainer="CRUX System Team, core-ports at crux dot nu"
+url="http://crux.nu/gitweb/?p=tools/pkgutils.git"
+depends=(libarchive)
+
+name=pkgutils
+version=5.35.1
+release=1
+source=(http://crux.nu/files/pkgutils-5.35.1.tar.gz)
+build ()
+{
+ cd $name-$version;
+ make DESTDIR=$PKG install
+}