35 lines
889 B
Text
35 lines
889 B
Text
# 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"
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
license="custom"
|
|
homepage="http://www.fastcgi.com/"
|
|
distfiles="http://ftp.de.debian.org/debian/pool/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz"
|
|
checksum=c21f553f41141a847b2f1a568ec99a3068262821e4e30bc9d4b5d9091aa0b5f7
|
|
wrksrc="libfcgi-${version}.orig"
|
|
build_style=gnu-configure
|
|
disable_parallel_build=yes
|
|
|
|
|
|
pre_configure() {
|
|
libtoolize -f
|
|
aclocal
|
|
autoconf
|
|
automake --foreign
|
|
}
|
|
post_install() {
|
|
vinstall LICENSE.TERMS 644 "usr/share/licenses/${pkgname}/LICENSE"
|
|
}
|
|
|
|
fcgi-devel_package() {
|
|
depends="fcgi>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
}
|
|
}
|
|
|