From 9a92968218db3d69d448a98c3a842fbcdc515fc3 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 4 Sep 2010 11:02:51 +0000 Subject: httpup port added. --- 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..6973b57 --- /dev/null +++ b/httpup/Pkgfile @@ -0,0 +1,19 @@ +description="One way sync over HTTP." +packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +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/$name-$version.tar.gz httpup) +build () +{ + cd $name-$version; + pkgmake; + mkdir -p $PKG/usr/{bin,share/man/man8}; + cp httpup httpup-repgen $PKG/usr/bin; + install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup; + cp *.8 $PKG/usr/share/man/man8 +} -- cgit v1.2.3-54-g00ecf