milis/talimatname/genel/n/nftables/talimat

20 lines
431 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: 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
}