# Description: Librairie pour des application utilisants des sockets
# URL: http://people.suug.ch/~tgr/libnl
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: 

name=libnl
version=1.1
release=2
source=(http://kiao.no-ip.info/sources/$name-$version.tar.gz
	libnl-1.1-fix-compilation.patch
	)


build() {
	cd $name-$version
	patch -Np1 -i ../libnl-1.1-fix-compilation.patch

	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}