mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
fcgi: update to 2.4.6.
This commit is contained in:
parent
4572bdca15
commit
6389d09ffd
1 changed files with 10 additions and 10 deletions
|
@ -1,24 +1,22 @@
|
||||||
# Template file for 'fcgi'
|
# Template file for 'fcgi'
|
||||||
pkgname=fcgi
|
pkgname=fcgi
|
||||||
version=2.4.2
|
version=2.4.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool automake"
|
hostmakedepends="libtool automake"
|
||||||
short_desc="Fast, open, and secure Web server interface"
|
short_desc="Fast, open, and secure Web server interface"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="custom:fastcgi"
|
license="custom:fastcgi"
|
||||||
homepage="https://directory.fsf.org/wiki/Libfcgi"
|
homepage="https://github.com/FastCGI-Archives/fcgi2"
|
||||||
distfiles="${DEBIAN_SITE}/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz"
|
distfiles="https://github.com/FastCGI-Archives/fcgi2/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc
|
checksum=39af4fb21a6d695a5f0b1c4fa95776d2725f6bc6c77680943a2ab314acd505c1
|
||||||
|
|
||||||
disable_parallel_build=yes
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
touch NEWS AUTHORS ChangeLog
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.TERMS LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
fcgi-devel_package() {
|
fcgi-devel_package() {
|
||||||
|
@ -26,7 +24,9 @@ fcgi-devel_package() {
|
||||||
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/pkgconfig
|
||||||
|
vmove usr/share/man/man3
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue