core/httpup/Pkgfile

18 lines
469 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: One way sync over http
2021-12-13 12:18:21 +01:00
# URL: https://github.com/winkj/httpup
# Maintainer: CRUX System Team, core-ports at crux dot nu
2021-12-13 12:18:21 +01:00
# Depends on: curl
2006-02-23 16:26:10 +01:00
name=httpup
2023-09-01 00:57:54 +02:00
version=0.5.1
2017-07-10 19:06:43 +02:00
release=1
2017-07-10 19:08:31 +02:00
source=(https://crux.nu/files/$name-$version.tar.xz httpup)
2006-02-23 16:26:10 +01:00
build() {
#export CPPFLAGS="-Wno-error=mismatched-new-delete"
2023-08-21 21:49:13 +02:00
cd $name-$version
make
make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install
install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
2006-02-23 16:26:10 +01:00
}