milis/talimatname/genel/libnl/talimat

19 lines
431 B
Plaintext
Raw Normal View History

2017-03-31 09:00:24 +02:00
# Description: Netlink soketleri ile ilgili uygulamalar için kitaplık
2016-02-24 01:27:23 +01:00
# URL: http://people.suug.ch/~tgr/libnl
2017-03-31 09:00:24 +02:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
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
}