PKGBUILDs/community/libao-pulse/PKGBUILD
2009-10-09 21:15:33 -05:00

24 lines
700 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libao-pulse
pkgver=0.9.3
pkgrel=1
pkgdesc="A libao driver for the PulseAudio sound server"
arch=('i686' 'x86_64')
url="http://0pointer.de/lennart/projects/libao-pulse"
license=('GPL2')
depends=('libao' 'pulseaudio')
replaces=('libao-polyp')
provides=('libao-polyp')
conflicts=('libao-polyp')
options=('!libtool')
source=(http://0pointer.de/lennart/projects/libao-pulse/libao-pulse-$pkgver.tar.gz)
md5sums=('0f5b7fbed418c158703cb5657004d385')
build() {
cd $startdir/src/libao-pulse-$pkgver
./configure --prefix=/usr --disable-lynx
make || return 1
make DESTDIR=$startdir/pkg install
}