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

# source: blfs svn 2018-5-29
TARBALL=npth-$PKGVER.tar.bz2
MD5SUM=9ba2dc4302d2f32c66737c43ed191b1b 
SRC_URL=https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL
BUNDLE=

SLACKREQ='libassuan libX11'
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
}


