milis/talimatname/genel/l/libnftnl/talimat

19 lines
399 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: Nf_tables alt sistemine arabirim sağlayan Netfilter kütüphanesi
# URL: http://netfilter.org/projects/libnftnl/
# Paketçi: milisarge
# Gerekler: libmnl
isim=libnftnl
surum=1.0.3
devir=1
kaynak=(http://netfilter.org/projects/libnftnl/files/libnftnl-$surum.tar.bz2)
derle(){
cd $isim-$surum
./configure --prefix=/usr
make
make check
make DESTDIR=$PKG install
}