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

# 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-lib: alsa-lib $PKGVER (ALSA core sound library)  
alsa-lib:  
alsa-lib: The ALSA Library package contains the ALSA library used by programs 
alsa-lib: (including ALSA Utilities) requiring access to the ALSA sound 
alsa-lib: interface.  
alsa-lib: 
alsa-lib: 
alsa-lib: 
alsa-lib: 
alsa-lib: 
alsa-lib: 
"

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