### this file is sourced not run
PKGVER=3.2.25
PKGBUILD=1
PKGARCH=i686

# source: BLFS 7.5 updated to 2015-09-25
TARBALL=libnl-$PKGVER.tar.gz
MD5SUM=03f74d0cd5037cadc8cdfa313bbd195c
SRC_URL=http://pkgs.fedoraproject.org/repo/pkgs/libnl3/$TARBALL/03f74d0cd5037cadc8cdfa313bbd195c/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libnl32: libnl32 $PKGVER (Linux Netlink library)  
libnl32:  
libnl32: The libnl suite is a collection of libraries providing APIs to netlink 
libnl32: protocol based Linux kernel interfaces.  
libnl32: 
libnl32: This contains 32-bit version of the library.
libnl32: 
libnl32: 
libnl32: 
libnl32: 
libnl32:
"

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share etc
}

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && pkg_build_slackdesc
}


