fcgi: update to 2.4.6.

This commit is contained in:
Duncaen 2025-05-18 16:49:38 +02:00
parent 4572bdca15
commit 6389d09ffd
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,24 +1,22 @@
# Template file for 'fcgi'
pkgname=fcgi
version=2.4.2
version=2.4.6
revision=1
build_style=gnu-configure
hostmakedepends="libtool automake"
short_desc="Fast, open, and secure Web server interface"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="custom:fastcgi"
homepage="https://directory.fsf.org/wiki/Libfcgi"
distfiles="${DEBIAN_SITE}/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz"
checksum=1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc
disable_parallel_build=yes
homepage="https://github.com/FastCGI-Archives/fcgi2"
distfiles="https://github.com/FastCGI-Archives/fcgi2/archive/refs/tags/${version}.tar.gz"
checksum=39af4fb21a6d695a5f0b1c4fa95776d2725f6bc6c77680943a2ab314acd505c1
pre_configure() {
touch NEWS AUTHORS ChangeLog
autoreconf -fi
}
post_install() {
vlicense LICENSE.TERMS LICENSE
vlicense LICENSE
}
fcgi-devel_package() {
@ -26,7 +24,9 @@ fcgi-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
vmove "usr/lib/*.so"
}
}