milis/talimatname/genel/f/fcgi-cgi/talimat

18 lines
390 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: cgi uygulamalarını çalıştrmak için FastCGI uygulaması
2017-03-27 16:36:19 +02:00
# URL: http://cgit.stbuehler.de/gitosis/fcgi-cgi/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: glib libev
2017-03-27 16:36:19 +02:00
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
}