CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / httpup / Pkgfile
CommitLineData
7bcbda68
VM
1# Description: One way sync over http
2# Maintainer: CRUX System Team, core-ports at crux dot nu
3# URL: http://jw.tks6.net/files/crux/httpup_manual.html
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: curl
6
7name=httpup
a1c019f4 8version=0.4.0l
ae6edb15
VM
9release=2
10source=(http://crux.nu/files/$name-$version.tar.gz httpup)
7bcbda68
VM
11
12build() {
13 cd $name-$version
a1c019f4 14 sed "s|-O2 -pipe|$CFLAGS|g" -i Makefile
7bcbda68 15 make CXX=$CXX STRIP=$STRIP
ae6edb15 16 make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install
7bcbda68 17 install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
7bcbda68 18}