milis/talimatname/genel/xtables-addons/talimat
2017-05-01 11:55:43 +03:00

22 lines
553 B
Text
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: Xtables-addons patch-o-matic'in (-ng) devamı niteliğindedir. Ana Xtables paketinde kabul edilmeyen uzantılar içeriyor.
# URL: http://xtables-addons.sourceforge.net/
# Packager: milisarge
# Depends on: iptables libmnl
name=xtables-addons
version=2.10
release=1
source=(http://downloads.sourceforge.net/project/$name/Xtables-addons/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--mandir=/usr/man \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
}