# Description: Library for applications dealing with netlink sockets # URL: http://people.suug.ch/~tgr/libnl # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: name=libnl version=1.1 release=1 source=(http://people.suug.ch/~tgr/$name/files/$name-$version.tar.gz libnl-1.pc) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install install -D -m0644 ../libnl-1.pc $PKG/usr/lib/pkgconfig/libnl-1.pc }