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

# source: BLFS 8.2
TARBALL=libnl-$PKGVER.tar.gz
MD5SUM=8f71910c03db363b41e2ea62057a4311
SRC_URL=https://github.com/thom311/libnl/releases/download/libnl3_4_0/$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
}


