### this file is sourced not run
PKGVER=3.7.0
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=libnl-doc-$PKGVER.tar.gz
MD5SUM=15f55a421a16ff4084c4a1af085c19b8
SRC_URL=https://github.com/thom311/libnl/releases/download/libnl3_7_0/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libnl-doc: libnl-doc $PKGVER (Linux Netlink library)  
libnl-doc:  
libnl-doc: The libnl suite is a collection of libraries providing APIs to netlink 
libnl-doc: protocol based Linux kernel interfaces.  
libnl-doc: 
libnl-doc: This is the documentation for libnl.
libnl-doc: 
libnl-doc: https://www.infradead.org/~tgr/libnl/
libnl-doc: https://github.com/thom311/libnl
libnl-doc: 
libnl-doc:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/libnl-doc* &&
	mkdir -p /usr/share/doc/libnl-$PKGVER &&
	cp -r * /usr/share/doc/libnl-$PKGVER &&
	pkg_build_slackdesc
}


