opt/libao/Pkgfile

24 lines
485 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/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
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
version=1.1.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 \
--mandir=/usr/man
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
}