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

# source: BLFS 8.2
TARBALL=libnl-doc-$PKGVER.tar.gz
MD5SUM=2255846ccf58875529f84898df325dea
SRC_URL=https://github.com/thom311/libnl/releases/download/libnl3_4_0/$TARBALL
BUNDLE=

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

### 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
}


