libao: updated to version 0.8.8

This commit is contained in:
Simon Gloßner 2007-07-31 14:04:20 +02:00
parent d34d87e1ef
commit bc92985033
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
12e136a4c0995068ff134997c84421ed libao-0.8.6.tar.gz
b92cba3cbcf1ee9bc221118a85d23dcd libao-0.8.8.tar.gz

View File

@ -4,7 +4,7 @@
# Packager: Olle Gustafsson, ogg at linux dot se
name=libao
version=0.8.6
version=0.8.8
release=1
source=(http://downloads.xiph.org/releases/ao/${name}-${version}.tar.gz)
@ -13,7 +13,9 @@ build() {
sed -i 's|MANDIR=.*|MANDIR=/usr/man|' configure
./configure --prefix=/usr
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install