diff --git a/srcpkgs/thttpd/template b/srcpkgs/thttpd/template index 1b6806da157..9b82b202d33 100644 --- a/srcpkgs/thttpd/template +++ b/srcpkgs/thttpd/template @@ -1,7 +1,8 @@ # Template file for 'thttpd' pkgname=thttpd version=2.25b -revision=1 +revision=2 +build_style=gnu-configure short_desc="Tiny/turbo/throttling HTTP server" maintainer="Juan RP " license="BSD" @@ -9,20 +10,12 @@ homepage="http://www.acme.com/software/thttpd/" distfiles="http://www.acme.com/software/thttpd/thttpd-${version}.tar.gz" checksum=07719b08b1cff6a21c08697a7bcb4395425b07ee753106262fb62a03a7d32360 -do_configure() { +pre_configure() { sed -e "s,-o bin -g bin,,g" -i Makefile.in - - if [ "$CROSS_BUILD" ]; then - ./configure --prefix=/usr --host=$XBPS_CROSS_TRIPLET - else - ./configure --prefix=/usr - fi } - -do_build() { - make LD=$CC ${makejobs} +pre_build() { + export LD=$CC } - do_install() { vmkdir usr/bin vmkdir usr/share/man/man1