milis/talimatname/genel/iprange/talimat

20 lines
469 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.

# Description: ip aralıklarını yönetme aracı- firehol projesinden
# URL: http://firehol.org/
# Packager: milisarge
# Depends on: help2man
name=iprange
version=1.0.3
release=2.0
source=(https://github.com/firehol/$name/archive/v$version.tar.gz
)
build() {
cd "$name-$version"
./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
}