X-Git-Url: http://gitweb/?a=blobdiff_plain;f=httpup%2FPkgfile;h=06343c05eef83f5407a9e27a93aec72c56138742;hb=b2d952c7f85ccb953bd7971d036b05355da1d215;hp=f599e35481a6697b0faa999f1ff77169f432e0bb;hpb=7bcbda68d6045b189bfda498c4a54b331b61f51f;p=crossrootfs.git diff --git a/httpup/Pkgfile b/httpup/Pkgfile index f599e35..06343c0 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -5,17 +5,14 @@ # Depends on: curl name=httpup -version=0.4.0k +version=0.4.0m release=1 -source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup) +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 - mkdir -p $PKG/usr/{bin,man/man8} - - cp httpup httpup-repgen $PKG/usr/bin + make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup - cp *.8 $PKG/usr/man/man8 }