diff --git a/srcpkgs/fcgi/template b/srcpkgs/fcgi/template index 9200bb84e55..7bacaab3d01 100644 --- a/srcpkgs/fcgi/template +++ b/srcpkgs/fcgi/template @@ -1,10 +1,9 @@ # Template file for 'fcgi' pkgname=fcgi version=2.4.0 -revision=1 -makedepends="" -hostmakedepends="libtool autoconf automake" -short_desc="FastCGI is a fast, open, and secure Web server interface" +revision=2 +hostmakedepends="libtool automake" +short_desc="Fast, open, and secure Web server interface" maintainer="Enno Boland " license="custom" homepage="http://www.fastcgi.com/" @@ -14,12 +13,9 @@ wrksrc="libfcgi-${version}.orig" build_style=gnu-configure disable_parallel_build=yes - pre_configure() { - libtoolize -f - aclocal - autoconf - automake --foreign + touch NEWS AUTHORS ChangeLog + autoreconf -fi } post_install() { vinstall LICENSE.TERMS 644 "usr/share/licenses/${pkgname}/LICENSE" @@ -29,7 +25,9 @@ fcgi-devel_package() { depends="fcgi>=${version}_${revision}" short_desc+=" - development files" pkg_install() { - vmove usr/include + vmove usr/include + vmove usr/lib/*.a + vmove usr/lib/*.so } }