2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Linux çekirdeği paket filtreleme ve kontrol aracı
|
2017-01-31 02:35:21 +01:00
|
|
|
|
# URL: http://www.iptables.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=iptables
|
|
|
|
|
surum=1.6.0
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(ftp://ftp.netfilter.org/pub/iptables/$isim-$surum.tar.bz2)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-05-10 03:28:37 +02:00
|
|
|
|
./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
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|