summaryrefslogtreecommitdiffstats
path: root/ports/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-04 12:37:39 +0000
committerLukc <lukc@upyum.com>2010-09-04 12:37:39 +0000
commit548133f33b66c35315c111498f2ac3ce9e51b1b0 (patch)
tree02c9f9d967ef43827b87153174e63ae77609efd5 /ports/Pkgfile
parent7aead8b376ceba7d78adeca2d065553711901201 (diff)
downloadports-548133f33b66c35315c111498f2ac3ce9e51b1b0.tar.gz
ports-548133f33b66c35315c111498f2ac3ce9e51b1b0.tar.bz2
ports-548133f33b66c35315c111498f2ac3ce9e51b1b0.tar.xz
ports-548133f33b66c35315c111498f2ac3ce9e51b1b0.zip
ports port added. (uh uh)
Diffstat (limited to 'ports/Pkgfile')
-rw-r--r--ports/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/ports/Pkgfile b/ports/Pkgfile
new file mode 100644
index 0000000..35c7c58
--- /dev/null
+++ b/ports/Pkgfile
@@ -0,0 +1,22 @@
+description="CRUX ports system tools."
+packager="Lukc (XMPP/STMP: lukc AT upyum DOT com)"
+maintainer="Lukc (XMPP/STMP: lukc AT upyum DOT com)"
+url=http://crux.nu
+depends=()
+
+name=ports
+version=1.5
+release=10
+source=(
+ http://crux.nu/files/tools/$name/$name-$version.tar.gz
+)
+build ()
+{
+ cd $name-$version;
+ make;
+ make DESTDIR=$PKG install;
+ mkdir -p $PKG/usr/share
+ if [[ $mandir != /usr/man ]]; then
+ mv $PKG/usr/man $PKG/usr/share
+ fi
+}