milis/talimatname/genel/fcgi-cgi/talimat

18 lines
397 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}