diff --git a/common/shlibs b/common/shlibs index 5f0f71a71c..048e8647e3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1696,3 +1696,4 @@ libmnl.so.0 libmnl-1.0.3_1 libnftnl.so.0 libnftnl-1.0.2_1 libwld.so.0 wld-git-20140809_1 libswc.so.0 swc-git-20140809_1 +libfcgi.so.0 fcgi-2.4.0_2 diff --git a/srcpkgs/fcgiwrap/template b/srcpkgs/fcgiwrap/template new file mode 100644 index 0000000000..26c263797e --- /dev/null +++ b/srcpkgs/fcgiwrap/template @@ -0,0 +1,18 @@ +# Template file for 'fcgiwrap' +pkgname=fcgiwrap +version=1.1.0 +revision=1 +build_style=gnu-configure +configure_args="--mandir=/share/man --sbindir=/bin" +hostmakedepends="automake libtool pkg-config" +makedepends="fcgi-devel" +short_desc="Simple server for running CGI applications over FastCGI" +maintainer="Eivind Uggedal " +license="MIT" +homepage="https://nginx.localdomain.pl/wiki/FcgiWrap" +distfiles="https://github.com/gnosek/${pkgname}/archive/${version}.tar.gz" +checksum=4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f + +pre_configure() { + autoreconf -fi +}