opt/libao/Pkgfile

22 lines
445 B
Plaintext
Raw Normal View History

# Description: Cross-platform audio output library and plugins.
2006-02-23 16:26:10 +01:00
# URL: http://www.xiph.org/ao/
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2006-09-30 13:29:34 +02:00
# Packager: Olle Gustafsson, ogg at linux dot se
# Depends on: alsa-lib
2006-02-23 16:26:10 +01:00
name=libao
2015-10-02 05:53:29 +02:00
version=1.2.0
2006-02-23 16:26:10 +01:00
release=1
source=(http://downloads.xiph.org/releases/ao/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2006-09-30 13:29:34 +02:00
./configure --prefix=/usr
2006-09-30 13:29:34 +02:00
make
make DESTDIR=$PKG install
2006-09-30 13:29:34 +02:00
rm -r $PKG/usr/share/doc
2006-02-23 16:26:10 +01:00
}