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

# source: BLFS 11.3
TARBALL=libnsl-$PKGVER.tar.xz
MD5SUM=1e8c0615071ea13202452304de1eaab9
SRC_URL=https://github.com/thkukuk/libnsl/releases/download/v2.0.0/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libnsl: libnsl $PKGVER (NIS/YP client library)
libnsl: 
libnsl: The libnsl package contains the public client interface for NIS(YP). 
libnsl: It replaces the NIS library that used to be in glibc.
libnsl: 
libnsl: 
libnsl: 
libnsl: 
libnsl: 
libnsl: 
libnsl: 
"

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


