# Description: One way sync over http # Maintainer: CRUX System Team, core-ports at crux dot nu # URL: http://jw.tks6.net/files/crux/httpup_manual.html # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: curl name=httpup version=0.4.0m release=1 source=(https://crux.nu/files/$name-$version.tar.xz httpup) build() { cd $name-$version sed "s|-O2 -pipe|$CFLAGS|g" -i Makefile make CXX=$CXX STRIP=$STRIP make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup }