core/httpup/Pkgfile

21 lines
508 B
Plaintext
Raw Normal View History

# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Description: One way sync over http
# URL: http://jw.tks6.net/files/crux/httpup_manual.html
# Depends on: curl
name=httpup
2009-06-18 10:41:07 +02:00
version=0.4.0k
release=1
source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2009-05-13 18:49:47 +02:00
2006-02-23 16:26:10 +01:00
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
}