mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
fcgiwrap: fix homepage, variable ordering and include license.
This commit is contained in:
parent
23b95fc4a8
commit
bb13b3ea4c
1 changed files with 11 additions and 4 deletions
|
@ -1,19 +1,26 @@
|
||||||
# Template file for 'fcgiwrap'
|
# Template file for 'fcgiwrap'
|
||||||
pkgname=fcgiwrap
|
pkgname=fcgiwrap
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
# with prefix=/usr prepends a second /usr to usr/bin and usr/share
|
||||||
|
configure_args="--prefix=/ --sbindir=/usr/bin"
|
||||||
|
hostmakedepends="automake libtool pkgconf"
|
||||||
makedepends="fcgi-devel"
|
makedepends="fcgi-devel"
|
||||||
short_desc="Simple server for running CGI applications over FastCGI"
|
short_desc="Simple server for running CGI applications over FastCGI"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nginx.localdomain.pl/wiki/FcgiWrap"
|
homepage="https://github.com/gnosek/fcgiwrap"
|
||||||
distfiles="https://github.com/gnosek/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/gnosek/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f
|
checksum=4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f
|
||||||
configure_args="--prefix=/ --sbindir=/usr/bin" # with prefix=/usr prepends a second /usr to usr/bin and usr/share
|
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
sed -n '1,24p' fcgiwrap.c > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue