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

# 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="libao: libao $PKGVER (Cross-platform audio library)  
libao:  
libao: The libao package contains a cross-platform audio library. This is 
libao: useful to output audio on a wide variety of platforms. It currently 
libao: supports WAV files, OSS (Open Sound System), ESD (Enlighten Sound 
libao: Daemon), ALSA (Advanced Linux Sound Architecture), NAS (Network Audio 
libao: system), aRTS (analog Real-Time Synthesizer and PulseAudio (next 
libao: generation GNOME sound architecture).  
libao: 
libao: Fatdog note: Only WAV/ALSA/OSS is supported.
libao: 
"

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


