From c68e24dcc9079344980f3cc1206a1c2c74cc9678 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 17 Sep 2012 11:33:25 +0200 Subject: [PATCH] httpup: update to 0.4.0l --- httpup/.md5sum | 2 +- 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 ' 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 }