milis/talimatname/genel/i/iptables/talimat

24 lines
593 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: Linux çekirdeği paket filtreleme ve kontrol aracı
# URL: http://www.iptables.org/
# Paketçi: milisarge
# Gerekler:
# Grup: ağ
isim=iptables
surum=1.6.0
devir=1
kaynak=(ftp://ftp.netfilter.org/pub/iptables/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./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
}