milis/talimatname/genel/libnl/talimat

19 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.

# Description: Netlink soketleri ile ilgili uygulamalar için kitaplık
# URL: http://people.suug.ch/~tgr/libnl
# Packager: milisarge
# Depends on:
name=libnl
version=3.2.27
release=1
source=(https://github.com/thom311/libnl/releases/download/libnl$(echo $version|sed 's/\./_/g')/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static
make
make DESTDIR=$PKG install
}