fcgi: move static libs and symlinks to -devel; misc tweaks.
This commit is contained in:
parent
a082036f60
commit
a44c69a68d
1 changed files with 8 additions and 10 deletions
|
@ -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 <eb@s01.de>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue