milis/talimatname/genel/v/varnish/talimat

25 lines
574 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
name=varnish
version=4.0.3
release=1
source=(
http://repo.varnish-cache.org/source/$name-$version.tar.gz
varnish.service)
build(){
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib
make
make DESTDIR=$PKG install
# install the varnish init script
install -Dm755 $SRC/$name.service $PKG/etc/rc.d/init.d/$name
}