core/httpup/Pkgfile

17 lines
438 B
Plaintext

# 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.0l
release=1
source=(http://jw.smts.ch/files/crux/$name-$version.tar.gz httpup)
build() {
cd $name-$version
make
make DESTDIR=$PKG prefix=/usr install
install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
}