milis/talimatname/genel/l/libnfnetlink/talimat

19 lines
447 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 kernel/userspace iletişim kütüphnesi
# URL: http://www.netfilter.org/projects/libnfnetlink/index.html
# Paketçi: milisarge
# Gerekler:
isim=libnfnetlink
surum=1.0.1
devir=1
kaynak=(http://www.netfilter.org/projects/$isim/files/$isim-$surum.tar.bz2
sync_with_kernel_headers.patch)
derle() {
cd $isim-$surum
patch -p1 -i $SRC/sync_with_kernel_headers.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}