2007-01-23 17:35:30 +00:00
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Description: One way sync over http
|
|
|
|
# URL: http://jw.tks6.net/files/crux/httpup_manual.html
|
|
|
|
# Depends on: curl
|
|
|
|
|
|
|
|
name=httpup
|
2017-07-10 19:06:43 +02:00
|
|
|
version=0.4.0m
|
|
|
|
release=1
|
2017-07-10 19:08:31 +02:00
|
|
|
source=(https://crux.nu/files/$name-$version.tar.xz httpup)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
make
|
2015-07-26 12:51:13 +02:00
|
|
|
make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install
|
2006-02-23 15:26:10 +00:00
|
|
|
install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
|
|
|
|
}
|