[arch-commits] Commit in spandsp/trunk (PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Sat Oct 26 23:17:05 UTC 2013
Date: Sunday, October 27, 2013 @ 01:17:04
Author: eric
Revision: 197564
upgpkg: spandsp 0.0.6pre21-2
Rebuild without static libraries
Modified:
spandsp/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-26 23:08:53 UTC (rev 197563)
+++ PKGBUILD 2013-10-26 23:17:04 UTC (rev 197564)
@@ -3,28 +3,27 @@
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')
More information about the arch-commits
mailing list