CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
shadow: updated to 4.5
[crossrootfs.git] / httpup / Pkgfile
index cb5250a091822c5a16e832b8063e4de513e508eb..06343c05eef83f5407a9e27a93aec72c56138742 100644 (file)
@@ -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
 }