milis/talimatname/genel/iptables/talimat

23 lines
597 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: Linux çekirdeği paket filtreleme ve kontrol aracı
# URL: http://www.iptables.org/
# Packager: milisarge
# Depends on:
name=iptables
version=1.6.0
release=1
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--enable-libipq \
--with-xtlibdir=/lib/xtables \
--enable-devel \
--with-pkgconfigdir=/usr/lib/pkgconfig \
--disable-nftables
make
make DESTDIR=$PKG install
}