milis/talimatname/genel/l/libnfnetlink/talimat

19 lines
447 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Netfilter kernel/userspace iletişim kütüphnesi
2017-04-18 17:41:47 +02:00
# URL: http://www.netfilter.org/projects/libnfnetlink/index.html
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-04-18 17:41:47 +02:00
2017-10-28 14:10:23 +02:00
isim=libnfnetlink
surum=1.0.1
devir=1
kaynak=(http://www.netfilter.org/projects/$isim/files/$isim-$surum.tar.bz2
2017-04-18 17:41:47 +02:00
sync_with_kernel_headers.patch)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-04-18 17:41:47 +02:00
patch -p1 -i $SRC/sync_with_kernel_headers.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}