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

# source: james
TARBALL=libbsd-$PKGVER.tar.xz
MD5SUM=a74b80c4143afa032c90226a4518fffe
SRC_URL=http://libbsd.freedesktop.org/releases/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC="libbsd32: libbsd32 $PKGVER (BSD compatibility library)  
libbsd32:  
libbsd32: This library provides some functions commonly available on BSD systems 
libbsd32: but not on others like GNU systems.  
libbsd32: 
libbsd32: This contains 32-bit version of the library.
libbsd32: 
libbsd32: https://libbsd.freedesktop.org/wiki/
libbsd32: 
libbsd32: 
libbsd32:  
"

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

### default pkg_build
