milis/talimatname/genel/iprange/talimat

20 lines
469 B
Plaintext
Raw Normal View History

2017-04-19 01:39:05 +02:00
# 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
}