X-Git-Url: http://gitweb/?a=blobdiff_plain;f=httpup%2FPkgfile;h=06343c05eef83f5407a9e27a93aec72c56138742;hb=b2d952c7f85ccb953bd7971d036b05355da1d215;hp=cb5250a091822c5a16e832b8063e4de513e508eb;hpb=a1c019f44eaa281455de7ce73167800d0db44231;p=crossrootfs.git diff --git a/httpup/Pkgfile b/httpup/Pkgfile index cb5250a..06343c0 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -5,14 +5,14 @@ # Depends on: curl name=httpup -version=0.4.0l +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 - make DESTDIR=$PKG prefix=/usr install + make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup }