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

# source: BLFS 11.3
TARBALL=libtirpc-$PKGVER.tar.bz2
MD5SUM=bacdad5c27dcf6e2830b3e26a1c8ed3f
SRC_URL=https://downloads.sourceforge.net/libtirpc/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libtirpc: libtirpc $PKGVER (RPC API library)  
libtirpc:  
libtirpc: The libtirpc package contains libraries that support programs that 
libtirpc: use the Remote Procedure Call (RPC) API. It replaces the RPC, but 
libtirpc: not the NIS library entries that used to be in glibc.  
libtirpc: NIS library is replaced with libnsl.
libtirpc: 
libtirpc: 
libtirpc: 
libtirpc: 
libtirpc: 
"

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


