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

# 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='libassuan32 libX11_32'
SLACKDESC="libnpth32: libnpth32 $PKGVER (Non-preemptive thread library)  
libnpth32:  
libnpth32: The NPth package contains a very portable POSIX/ANSI-C based  
libnpth32: library for Unix platforms which provides non-preemptive 
libnpth32: priority-based scheduling for multiple threads of execution 
libnpth32: (multithreading) inside event-driven applications.
libnpth32: 
libnpth32: 
libnpth32: 
libnpth32: 
libnpth32: 
"

### default pkg_download
### default pkg_prepare
### package
pkg_package() {
	rm -r ./usr/include ./usr/share
}

### build
pkg_build() {
	pkg_build_autoconf && 
	pkg_build_slackdesc &&

	# multi-lib
	mv /usr/bin/npth-config{,-32}
}


