updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / vsound / PKGBUILD
blob8b6ad08a27c061e97430de7a0ad33c027621d0af
1 # Maintainer: None (dropped from [community])
2 # Contributor: Jeff Mickey <j@codemac.net>
3 # Contributor: Giovanni Scafora <giovanni@archlinux.org>
4 # Contributor: Braulio Barros de Oliveira <brauliobo@gmail.com>
5 # Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
7 pkgname=vsound
8 pkgver=0.6
9 pkgrel=4
10 pkgdesc="A virtual audio loopback cable"
11 url="http://www.vsound.org"
12 license=('LGPL')
13 arch=('i686' 'x86_64')
14 depends=('sox')
15 options=('!libtool')
16 source=(http://www.vsound.org/${pkgname}-${pkgver}.tar.gz)
17 md5sums=('0460c93ecab58d7864dd6d245a2dea18')
19 build() {
20   cd ${srcdir}/${pkgname}-${pkgver}
21   sed 's#86 )#86 | x86_64 )#g' -i acendian.m4
22   echo "ACLOCAL_AMFLAGS = -I ." >> Makefile.am
23   autoreconf -f -i
24   ./configure --prefix=/usr \
25               --disable-static \
26               --enable-shared
27   make || return 1
28   make DESTDIR=${pkgdir} install