X-Git-Url: http://gitweb/?a=blobdiff_plain;f=httpup%2FPkgfile;h=cb5250a091822c5a16e832b8063e4de513e508eb;hb=a1c019f44eaa281455de7ce73167800d0db44231;hp=f599e35481a6697b0faa999f1ff77169f432e0bb;hpb=031755e7ed179e3a1a923a954d639d384b6d2cb2;p=crossrootfs.git 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 }