fcgiwrap: revert to pkg-config

[ci skip]
This commit is contained in:
maxice8 2019-02-24 23:25:30 -03:00
parent eb5b56a3ad
commit 9a2b2e1b71
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'fcgiwrap' # Template file for 'fcgiwrap'
pkgname=fcgiwrap pkgname=fcgiwrap
version=1.1.0 version=1.1.0
revision=5 revision=6
build_style=gnu-configure build_style=gnu-configure
# with prefix=/usr prepends a second /usr to usr/bin and usr/share # with prefix=/usr prepends a second /usr to usr/bin and usr/share
configure_args="--prefix=/ --sbindir=/usr/bin" configure_args="--prefix=/ --sbindir=/usr/bin"
hostmakedepends="automake libtool pkgconf" hostmakedepends="automake libtool pkg-config"
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>"