From 6f62e6908583151e96af3c342e3adc4727a1ae53 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Mar 2009 07:52:04 +0000 Subject: testing/spandsp: change version so apk tools will be able to handle upgrades --- testing/spandsp/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testing/spandsp') diff --git a/testing/spandsp/APKBUILD b/testing/spandsp/APKBUILD index 10785366..dd1f227a 100644 --- a/testing/spandsp/APKBUILD +++ b/testing/spandsp/APKBUILD @@ -1,7 +1,8 @@ # Contributor: # Maintainer: pkgname=spandsp -pkgver=0.0.5pre4 +pkgver=0.0.5_pre4 +_ver=0.0.5pre4 pkgrel=0 pkgdesc="library to use DSP functions for telephony" url="http://www.soft-switch.org/" @@ -10,7 +11,7 @@ depends="uclibc tiff" makedepends="tiff-dev" install= subpackages="$pkgname-dev" -source="http://www.soft-switch.org/downloads/spandsp/$pkgname-$pkgver.tgz" +source="http://www.soft-switch.org/downloads/spandsp/$pkgname-$_ver.tgz" build() { cd "$srcdir/$pkgname-0.0.5" @@ -20,7 +21,7 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info make || return 1 - make DESTDIR="$pkgdir" install + make -j1 DESTDIR="$pkgdir" install } -- cgit v1.2.3