From: Victor Martinez Date: Wed, 28 Nov 2012 16:34:57 +0000 (+0000) Subject: httpup: updated to 0.4.0l and aligned with upstream X-Git-Url: http://gitweb/?a=commitdiff_plain;h=a1c019f44eaa281455de7ce73167800d0db44231;p=crossrootfs.git httpup: updated to 0.4.0l and aligned with upstream --- diff --git a/httpup/.md5sum b/httpup/.md5sum index 4eb0623..f742ff3 100644 --- a/httpup/.md5sum +++ b/httpup/.md5sum @@ -1,2 +1,2 @@ faa600a1b0349fe78b0eb463cab444df httpup -2c36fc594ba4b565763ba7314b14c729 httpup-0.4.0k.tar.gz +c0e2973f0dbd7655dcbb5e5979ddc199 httpup-0.4.0l.tar.gz diff --git a/httpup/Pkgfile b/httpup/Pkgfile index f599e35..cb5250a 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -5,17 +5,14 @@ # Depends on: curl name=httpup -version=0.4.0k +version=0.4.0l release=1 source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup) build() { cd $name-$version - + sed "s|-O2 -pipe|$CFLAGS|g" -i Makefile make CXX=$CXX STRIP=$STRIP - mkdir -p $PKG/usr/{bin,man/man8} - - cp httpup httpup-repgen $PKG/usr/bin + make DESTDIR=$PKG prefix=/usr install install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup - cp *.8 $PKG/usr/man/man8 }