fcgi: fix indention and use $DEBIAN_SITE
This commit is contained in:
parent
b5db276c79
commit
9971ec44cb
1 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ short_desc="Fast, open, and secure Web server interface"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="custom"
|
license="custom"
|
||||||
homepage="http://www.fastcgi.com/"
|
homepage="http://www.fastcgi.com/"
|
||||||
distfiles="http://ftp.de.debian.org/debian/pool/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz"
|
||||||
checksum=c21f553f41141a847b2f1a568ec99a3068262821e4e30bc9d4b5d9091aa0b5f7
|
checksum=c21f553f41141a847b2f1a568ec99a3068262821e4e30bc9d4b5d9091aa0b5f7
|
||||||
wrksrc="libfcgi-${version}.orig"
|
wrksrc="libfcgi-${version}.orig"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -22,12 +22,12 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fcgi-devel_package() {
|
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/*.a
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue