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

# BLFS post-7.6 (2015-01-26) - still the same in 2018-09-28
TARBALL=libao-1.2.0.tar.gz
MD5SUM=9f5dd20d7e95fd0dd72df5353829f097
SRC_URL=http://downloads.xiph.org/releases/ao/$TARBALL
BUNDLE=

SLACKREQ='alsa-lib'
SLACKDESC="libao32: libao32 $PKGVER (Cross-platform audio library)  
libao32:  
libao32: The libao package contains a cross-platform audio library. This is 
libao32: useful to output audio on a wide variety of platforms. It currently 
libao32: supports WAV files, OSS (Open Sound System), ESD (Enlighten Sound 
libao32: Daemon), ALSA (Advanced Linux Sound Architecture), NAS (Network Audio 
libao32: system), aRTS (analog Real-Time Synthesizer and PulseAudio (next 
libao32: generation GNOME sound architecture).  
libao32: 
libao32: Fatdog note: Only WAV/ALSA/OSS is supported.
libao32: This contains 32-bit libraries only.
"

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

### build
pkg_build() {
	pkg_build_autoconf &&
	install -v -m644 README /usr/share/doc/libao-$PKGVER &&
	pkg_build_slackdesc
}
