fcgi: move static libs and symlinks to -devel; misc tweaks.

This commit is contained in:
Juan RP 2014-03-07 13:43:02 +01:00
parent a082036f60
commit a44c69a68d

View File

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