Merge pull request #1742 from thypon/fcgiwrap
fcgiwrap: move to usr/bin.
This commit is contained in:
commit
e88235f0ed
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fcgiwrap'
|
||||
pkgname=fcgiwrap
|
||||
version=1.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="fcgi-devel"
|
||||
|
@ -11,6 +11,7 @@ license="MIT"
|
|||
homepage="https://nginx.localdomain.pl/wiki/FcgiWrap"
|
||||
distfiles="https://github.com/gnosek/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f
|
||||
configure_args="--prefix=/ --sbindir=/usr/bin" # with prefix=/usr prepends a second /usr to usr/bin and usr/share
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in New Issue