# Description: mod_fastcgi is a proxy module for the FastCGI system # URL: http://www.fastcgi.com # Packager: Andreas Baumann # Depends on: apache name=mod_fastcgi version=2.4.6 release=1 source=(http://www.fastcgi.com/dist/$name-$version.tar.gz) build() { cd $name-$version apxs -o mod_fastcgi.so -c *.c # proper DESTDIR support would be nicer! mkdir -p $PKG/usr/include/apache $PKG/usr/lib/apache cp .libs/mod_fastcgi.so $PKG/usr/lib/apache/mod_fastcgi.so }