diff options
author | Juergen Daubert <jue@jue.li> | 2012-09-17 11:33:25 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-09-17 11:33:25 +0200 |
commit | c68e24dcc9079344980f3cc1206a1c2c74cc9678 (patch) | |
tree | 90b4ac9cca4f63874bf1059e05f68077461bf95e /httpup | |
parent | 66ed1ba7d2bb64ea0818f2491c01c019c8bf563f (diff) | |
download | core-c68e24dcc9079344980f3cc1206a1c2c74cc9678.tar.gz core-c68e24dcc9079344980f3cc1206a1c2c74cc9678.tar.xz |
httpup: update to 0.4.0l
Diffstat (limited to 'httpup')
-rw-r--r-- | httpup/.md5sum | 2 | ||||
-rw-r--r-- | httpup/Pkgfile | 15 |
2 files changed, 5 insertions, 12 deletions
diff --git a/httpup/.md5sum b/httpup/.md5sum index 4eb06231..f742ff3a 100644 --- a/httpup/.md5sum +++ b/httpup/.md5sum @@ -1,2 +1,2 @@ faa600a1b0349fe78b0eb463cab444df httpup -2c36fc594ba4b565763ba7314b14c729 httpup-0.4.0k.tar.gz +c0e2973f0dbd7655dcbb5e5979ddc199 httpup-0.4.0l.tar.gz diff --git a/httpup/Pkgfile b/httpup/Pkgfile index 5ee33c76..05e72b00 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -4,20 +4,13 @@ # Depends on: curl name=httpup -version=0.4.0k -release=2 -source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup) +version=0.4.0l +release=1 +source=(http://jw.smts.ch/files/crux/$name-$version.tar.gz httpup) build() { cd $name-$version - - # FS#824 - sed -i '15i#include <unistd.h>' main.cpp - make - 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 } |