updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / spatosc / PKGBUILD
blobb9d383f157211043e38b2e2a698d198443cd9598
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
3 pkgname=spatosc
4 pkgver=0.1.6
5 pkgrel=1
6 pkgdesc="A C/C++ library that facilitates communication with various 3D audio spatializers."
7 arch=(i686 x86_64)
8 url="http://tarballs.quessy.net/"
9 license=('GPL')
10 depends=('liblo')
11 options=('!libtool')
12 source=($url$pkgname-$pkgver.tar.gz)
13 md5sums=('0da81d1e91ff3055f41c27300e6e56ac')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr \
19               --enable-static=no
20   make
23 package() {
24   cd "$srcdir/$pkgname-$pkgver"
26   make DESTDIR="$pkgdir/" install
29 # vim:set ts=2 sw=2 et: