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

# source: post-BLFS 7.8 2015-12-27
TARBALL=alsa-lib-$PKGVER.tar.bz2
MD5SUM=69515ca73c3c4a212ef45160dea846c1
SRC_URL=http://alsa.cybermirror.org/lib/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="alsa-lib32: alsa-lib32 $PKGVER (ALSA core sound library)  
alsa-lib32:  
alsa-lib32: The ALSA Library package contains the ALSA library used by programs 
alsa-lib32: (including ALSA Utilities) requiring access to the ALSA sound 
alsa-lib32: interface.  
alsa-lib32: 
alsa-lib32: This contains 32-bit version of the library.
alsa-lib32: 
alsa-lib32: 
alsa-lib32: 
alsa-lib32: 
"

### 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
}

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-python"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
