20 lines
431 B
Plaintext
20 lines
431 B
Plaintext
|
# Tanım: Netfilter kullanıcı alanı araçları
|
|||
|
# URL: http://netfilter.org/projects/nftables/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: docbook2x libmnl libnftnl
|
|||
|
|
|||
|
isim=nftables
|
|||
|
surum=0.8
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(http://netfilter.org/projects/nftables/files/nftables-$surum.tar.bz2)
|
|||
|
|
|||
|
derle(){
|
|||
|
cd $isim-$surum
|
|||
|
./configure --prefix=/usr \
|
|||
|
--sysconfdir=/etc \
|
|||
|
CONFIG_MAN=y DB2MAN=docbook2man
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|