summaryrefslogtreecommitdiff
path: root/extra/spandsp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-28 01:15:28 -0700
committerroot <root@rshg054.dnsready.net>2013-10-28 01:15:28 -0700
commit1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (patch)
treed94819e60d05fada511b43feec6f7e46386a215a /extra/spandsp
parent2886140ddb1db32f36cb0b27e93888442a603a53 (diff)
Mon Oct 28 01:14:27 PDT 2013
Diffstat (limited to 'extra/spandsp')
-rw-r--r--extra/spandsp/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/extra/spandsp/PKGBUILD b/extra/spandsp/PKGBUILD
index 359dffd72..f8f6501a8 100644
--- a/extra/spandsp/PKGBUILD
+++ b/extra/spandsp/PKGBUILD
@@ -1,30 +1,29 @@
-# $Id: PKGBUILD 165523 2012-08-22 19:37:34Z tpowa $
+# $Id: PKGBUILD 197565 2013-10-26 23:18:17Z eric $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=spandsp
pkgver=0.0.6pre21
-pkgrel=1
+pkgrel=2
pkgdesc="A DSP library for telephony"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('GPL')
url="http://www.soft-switch.org/"
depends=('libtiff')
source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-options=(!libtool)
+md5sums=('492f3790439891c07d8c06e97ccbfcf1')
build() {
- cd $srcdir/$pkgname-0.0.6
+ cd $pkgname-0.0.6
./configure --prefix=/usr
make
}
check() {
- cd $srcdir/$pkgname-0.0.6
+ cd $pkgname-0.0.6
make check
}
package() {
- cd $srcdir/$pkgname-0.0.6
- make DESTDIR=$pkgdir install
+ cd $pkgname-0.0.6
+ make DESTDIR="$pkgdir" install
}
-md5sums=('492f3790439891c07d8c06e97ccbfcf1')