summaryrefslogtreecommitdiffstats
path: root/ports/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-11 19:15:23 +0100
committerLukc <lukc@upyum.com>2010-12-11 19:15:35 +0100
commit6d908a38e05b9d4135c65d23114a5874215b5bb8 (patch)
treeb5e6da6d95b9a1235d82032b509b80483a886ff5 /ports/Pkgfile.old
downloadbase-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.gz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.bz2
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.xz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.zip
Engagement initial.
Diffstat (limited to 'ports/Pkgfile.old')
-rw-r--r--ports/Pkgfile.old21
1 files changed, 21 insertions, 0 deletions
diff --git a/ports/Pkgfile.old b/ports/Pkgfile.old
new file mode 100644
index 0000000..cb47299
--- /dev/null
+++ b/ports/Pkgfile.old
@@ -0,0 +1,21 @@
+# Description: CRUX ports system tools
+# URL: http://crux.nu
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+
+name=ports
+version=1.5
+release=10
+source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
+ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive)
+
+build () {
+ cd $name-$version
+ make
+ make DESTDIR=$PKG install
+
+ install -m 0644 ../core.rsync $PKG/etc/ports/core.rsync
+ install -m 0644 ../opt.rsync $PKG/etc/ports/opt.rsync
+ install -m 0644 ../xorg.rsync $PKG/etc/ports/xorg.rsync
+ install -m 0644 ../contrib.rsync.inactive \
+ $PKG/etc/ports/contrib.rsync.inactive
+}