fcgi-cgi.paketlendi

This commit is contained in:
milisarge 2017-03-27 17:36:19 +03:00
parent fec24a4603
commit b37906f7f4
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: cgi uygulamalarını çalıştrmak için FastCGI uygulaması
# URL: http://cgit.stbuehler.de/gitosis/fcgi-cgi/
# Packager: milisarge
# Depends on: glib libev
name=fcgi-cgi
version=0.2.2
release=1
source=(http://git.lighttpd.net/fcgi-cgi.git/snapshot/$name-$version.tar.gz)
build(){
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}