summaryrefslogtreecommitdiff
path: root/pcr-testing/liblms7002m/PKGBUILD
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2018-12-01 01:39:54 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2018-12-02 16:11:48 +0100
commit686aed3b3f6b7d03349e365d08196a6ec8da5bee (patch)
tree9a9ae8311c1ef6f632bac3bb8f50e9af607019a7 /pcr-testing/liblms7002m/PKGBUILD
parent1c9b482b66cc34c003cf5d709b1b2ebbf50495b9 (diff)
downloadabslibre-686aed3b3f6b7d03349e365d08196a6ec8da5bee.tar.gz
abslibre-686aed3b3f6b7d03349e365d08196a6ec8da5bee.tar.bz2
abslibre-686aed3b3f6b7d03349e365d08196a6ec8da5bee.zip
pcr-testing: Cleanup xtrx related packages
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr-testing/liblms7002m/PKGBUILD')
-rw-r--r--pcr-testing/liblms7002m/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/pcr-testing/liblms7002m/PKGBUILD b/pcr-testing/liblms7002m/PKGBUILD
index ebb8ff3f5..9a976f901 100644
--- a/pcr-testing/liblms7002m/PKGBUILD
+++ b/pcr-testing/liblms7002m/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
pkgname=liblms7002m
pkgver=r3.g27fb96f
-pkgrel=1
+pkgrel=2
pkgdesc="Compact LMS7002 library suitable for MCU"
url="https://github.com/xtrx-sdr/liblms7002m"
-arch=(armv7h i686 x86_64)
+arch=('armv7h' 'i686' 'x86_64')
license=('LGPL')
depends=('python2-cheetah')
makedepends=('git' 'cmake')
@@ -35,9 +35,7 @@ build() {
cd build
cmake \
- -DENABLE_SOAPY=NO \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DFORCE_ARCH=x86 \
+ -DFORCE_ARCH=$ARCH \
../
make
}