milis/talimatname/genel/i/iprange/talimat

20 lines
465 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: ip aralıklarını yönetme aracı- firehol projesinden
# URL: http://firehol.org/
# Paketçi: milisarge
# Gerekler: help2man
# Grup: ağ
isim=iprange
surum=1.0.3
devir=2.0
kaynak=(https://github.com/firehol/$isim/archive/v$surum.tar.gz)
derle() {
cd "$isim-$surum"
./autogen.sh
./configure --disable-man --prefix="/usr" --sysconfdir="/etc" --sbindir="/usr/bin"
make
make prefix="$PKG/usr" sysconfdir="$PKG/etc" sbindir="$PKG/usr/bin" install
}