[arch-commits] Commit in soapysdr/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Mon Aug 13 14:28:42 UTC 2018
Date: Monday, August 13, 2018 @ 14:28:42
Author: ffy00
Revision: 371287
upgpkg: soapysdr 0.6.1-1
package: import from aur
Modified:
soapysdr/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-13 14:15:52 UTC (rev 371286)
+++ PKGBUILD 2018-08-13 14:28:42 UTC (rev 371287)
@@ -7,13 +7,11 @@
_gitver=soapy-sdr-$pkgver
pkgrel=1
pkgdesc="Vendor and platform neutral SDR support library"
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64')
url="https://github.com/pothosware/SoapySDR"
license=('Boost')
-makedepends=('cmake')
-optdependes=('swig: bindings'
- 'python: python bindings'
- 'doxygen: documentation')
+depends=('python')
+makedepends=('cmake' 'swig')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
sha256sums=('2ecf8e43518dfb24bd172923adf6ce25a6d3e39de3a8aadf26c890f60dd1e9f7')
@@ -22,6 +20,7 @@
cd "$srcdir"/$_pkgname-$_gitver/build
cmake .. \
+ -DSOAPY_SDR_EXTVER=ARCH \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
More information about the arch-commits
mailing list