updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / spandsp / PKGBUILD
blobe2373aac7b42421d91163fd1bd96ae6a1918cf82
1 # Previous Contributor: Bernhard Walle <bernhard.walle@gmx.de>
2 # Contributor: Vinzenz Vietzke <vinz@archlinux.us>
3 # Maintainer: Ronny Steiner <post@sirsteiner.de>
5 pkgname=spandsp
6 pkgver=0.0.6pre18
7 pkgrel=1
8 pkgdesc="Library providing many of the DSP functions needed for telephony"
9 url="http://www.soft-switch.org/"
10 arch=('i686' 'x86_64')
11 license=('LGPL2')
12 source=("http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz")
13 md5sums=('98330bc00a581ed8d71ebe34afabbcf9')
15 build() {
16   cd $srcdir/$pkgname-$(echo $pkgver | sed -e 's/pre[0-9]*//g')
17   ./configure --prefix=/usr --sysconfdir=/etc
18   make || return 1
19   make DESTDIR=$pkgdir install || return 1