milis/talimatname/genel/v/varnish/talimat

26 lines
578 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.

# Tanım: Varnish bir web uygulaması hızlandırıcısıdır.
# URL: http://www.varnish-cache.org/
# Paketçi: milisarge
# Gerekler: libedit pcre python-docutils
# Grup: ağ
isim=varnish
surum=4.0.3
devir=1
kaynak=(
http://repo.varnish-cache.org/source/$isim-$surum.tar.gz
varnish.service)
derle(){
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib
make
make DESTDIR=$PKG install
# install the varnish init script
install -Dm755 $SRC/$isim.service $PKG/etc/rc.d/init.d/$isim
}