# Description: FastCGI SDK for C # URL: http://www.fastcgi.com/ # Packager: Andreas Baumann, abaumann at yahoo dot com # Depends on: name=fcgi version=2.4.0 release=1 source=(http://www.fastcgi.com/dist/$name-$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr make # Relink problem for libfcgi++ due to libtool! Must # install normal, build the package and then uninstall # again.. cd libfcgi && make install && cd .. make install DESTDIR=$PKG cd libfcgi && make uninstall && cd .. }