milis/talimatname/genel/s/siege/talimat

21 lines
535 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: http stres test performans ölçüm uygulaması
# URL: https://www.joedog.org/siege-home/
# Paketçi: milisarge
# Gerekler:
# Grup: ağ
isim=siege
surum=4.0.4
devir=1
kaynak=(http://download.joedog.org/siege/siege-$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "${SRC}/$isim-$surum"
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
make
install -d -m755 "$PKG/etc"
install -d -m755 "$PKG/usr/share"
make DESTDIR="$PKG" install
sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$PKG/etc/siegerc"
}