core/httpup/Pkgfile

17 lines
430 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
2012-09-17 11:33:25 +02:00
version=0.4.0l
release=1
2015-06-22 13:16:00 +02:00
source=(http://crux.nu/files/$name-$version.tar.gz httpup)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
make
2012-09-17 11:33:25 +02:00
make DESTDIR=$PKG prefix=/usr install
2006-02-23 16:26:10 +01:00
install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
}