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

# source: BLFS 11.3
TARBALL=npth-$PKGVER.tar.bz2
MD5SUM=375d1a15ad969f32d25f1a7630929854
SRC_URL=https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="libnpth: libnpth $PKGVER (Non-preemptive thread library)  
libnpth:  
libnpth: The NPth package contains a very portable POSIX/ANSI-C based  
libnpth: library for Unix platforms which provides non-preemptive 
libnpth: priority-based scheduling for multiple threads of execution 
libnpth: (multithreading) inside event-driven applications.
libnpth: 
libnpth: 
libnpth: 
libnpth: 
libnpth: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf && 
	pkg_build_slackdesc &&

	# multi-lib
	mv /usr/bin/npth-config{,-64} &&
	ln -s multiarch_wrapper /usr/bin/npth-config
}


