summaryrefslogtreecommitdiff
path: root/pcr-testing/libxtrxdsp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/libxtrxdsp/PKGBUILD')
-rw-r--r--pcr-testing/libxtrxdsp/PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/pcr-testing/libxtrxdsp/PKGBUILD b/pcr-testing/libxtrxdsp/PKGBUILD
index 3ccab5b01..641d3cc8c 100644
--- a/pcr-testing/libxtrxdsp/PKGBUILD
+++ b/pcr-testing/libxtrxdsp/PKGBUILD
@@ -1,11 +1,11 @@
# $Id$
# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
pkgname=libxtrxdsp
-pkgver=r0+git
-pkgrel=1
+pkgver=r6.g5dc9e4d
+pkgrel=2
pkgdesc="DSP specific function for SDR in general and XTRX in specific"
url="https://github.com/xtrx-sdr/libxtrxdsp"
-arch=(armv7h i686 x86_64)
+arch=('armv7h' 'i686' 'x86_64')
license=('LGPL')
makedepends=('git' 'cmake')
commit=5dc9e4d4c440ef5ce9ecc26b5c730ece2e99fd24
@@ -18,19 +18,11 @@ pkgver() {
}
build() {
- case "$CARCH" in
- i686) ARCH=i386;;
- x86_64) ARCH=x86_64;;
- arhmv7h) ARCH=armhf;;
- esac
-
cd "$srcdir/$pkgname"
mkdir -p build
cd build
cmake \
- -DENABLE_SOAPY=NO \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DFORCE_ARCH=x86 \
../
make