summaryrefslogtreecommitdiffstats
path: root/pkgutils/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-09 07:44:55 +0000
committerLukc <lukc@upyum.com>2010-09-09 07:44:55 +0000
commit3550969e10c9f7cdf8556d950fa300a9e5c441c6 (patch)
tree2e8f125f3b577b60f7b1c80a0c040b8930919ec9 /pkgutils/Pkgfile
parent11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344 (diff)
downloadports-3550969e10c9f7cdf8556d950fa300a9e5c441c6.tar.gz
ports-3550969e10c9f7cdf8556d950fa300a9e5c441c6.tar.bz2
ports-3550969e10c9f7cdf8556d950fa300a9e5c441c6.tar.xz
ports-3550969e10c9f7cdf8556d950fa300a9e5c441c6.zip
pkgutils port added.
Diffstat (limited to 'pkgutils/Pkgfile')
-rw-r--r--pkgutils/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile
new file mode 100644
index 0000000..74d4c15
--- /dev/null
+++ b/pkgutils/Pkgfile
@@ -0,0 +1,19 @@
+description="A set of utilities to manage software packages"
+packager="CRUX System Team (SMTP: core-ports AT crux DOT nu)"
+maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
+url=http://www.fukt.bsnet.se/~per/pkgutils/
+depends=(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
+ if [[ "$mandir" != "/usr/man" ]]; then
+ mkdir -p $PKG/${mandir%/*}
+ mv $PKG/usr/man $PKG/$mandir
+ fi
+}