summaryrefslogtreecommitdiffstats
path: root/httpup/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 /httpup/Pkgfile.old
downloadbase-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.gz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.bz2
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.xz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.zip
Engagement initial.
Diffstat (limited to 'httpup/Pkgfile.old')
-rw-r--r--httpup/Pkgfile.old20
1 files changed, 20 insertions, 0 deletions
diff --git a/httpup/Pkgfile.old b/httpup/Pkgfile.old
new file mode 100644
index 0000000..d9ae820
--- /dev/null
+++ b/httpup/Pkgfile.old
@@ -0,0 +1,20 @@
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Description: One way sync over http
+# URL: http://jw.tks6.net/files/crux/httpup_manual.html
+# Depends on: curl
+
+name=httpup
+version=0.4.0k
+release=1
+source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup)
+
+build() {
+ cd $name-$version
+
+ make
+ mkdir -p $PKG/usr/{bin,man/man8}
+
+ cp httpup httpup-repgen $PKG/usr/bin
+ install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
+ cp *.8 $PKG/usr/man/man8
+}