From 6d908a38e05b9d4135c65d23114a5874215b5bb8 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 11 Dec 2010 19:15:23 +0100 Subject: Engagement initial. --- httpup/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 httpup/Pkgfile (limited to 'httpup/Pkgfile') diff --git a/httpup/Pkgfile b/httpup/Pkgfile new file mode 100644 index 0000000..7e7f6a9 --- /dev/null +++ b/httpup/Pkgfile @@ -0,0 +1,19 @@ +description="One way sync over http" +packager="" +maintainer="CRUX System Team, core-ports at crux dot nu" +url="http://jw.tks6.net/files/crux/httpup_manual.html" +depends=(curl) + +name=httpup +version=0.4.0k +release=1 +source=(http://jw.tks6.net/files/crux/httpup-0.4.0k.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 +} -- cgit v1.2.3-70-g09d2