milis/talimatname/genel/l/libmnl/talimat

20 lines
421 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: Netlink geliştiricilerine yönelik minimalist kullanıcı-alanı kütüphanesi
# URL: http://www.netfilter.org/projects/libmnl/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane geliştirme
isim=libmnl
surum=1.0.3
devir=1
kaynak=(
http://www.netfilter.org/projects/$isim/files/$isim-$surum.tar.bz2)
derle(){
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}