CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
httpup: updated to 0.4.0l and aligned with upstream
authorVictor Martinez <pitillo@ono.com>
Wed, 28 Nov 2012 16:34:57 +0000 (16:34 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 28 Nov 2012 16:34:57 +0000 (16:34 +0000)
httpup/.md5sum
httpup/Pkgfile

index 4eb06231f7258c9823f3a06b9faa865e9062d79e..f742ff3a9c5f472077ec5cddc6696e6cf4bae4cf 100644 (file)
@@ -1,2 +1,2 @@
 faa600a1b0349fe78b0eb463cab444df  httpup
-2c36fc594ba4b565763ba7314b14c729  httpup-0.4.0k.tar.gz
+c0e2973f0dbd7655dcbb5e5979ddc199  httpup-0.4.0l.tar.gz
index f599e35481a6697b0faa999f1ff77169f432e0bb..cb5250a091822c5a16e832b8063e4de513e508eb 100644 (file)
@@ -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
 }