[arch-commits] Commit in (4 files)
Filipe Laíns
ffy00 at archlinux.org
Mon Aug 13 14:07:23 UTC 2018
Date: Monday, August 13, 2018 @ 14:07:23
Author: ffy00
Revision: 371278
package: move from aur
Added:
soapysdr/
soapysdr/repos/
soapysdr/trunk/
soapysdr/trunk/PKGBUILD
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Added: soapysdr/trunk/PKGBUILD
===================================================================
--- soapysdr/trunk/PKGBUILD (rev 0)
+++ soapysdr/trunk/PKGBUILD 2018-08-13 14:07:23 UTC (rev 371278)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) <filipe.lains at gmail.com>
+
+pkgname=soapysdr
+_pkgname=SoapySDR
+pkgver=0.6.1
+_gitver=soapy-sdr-$pkgver
+pkgrel=1
+pkgdesc="Vendor and platform neutral SDR support library"
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+url="https://github.com/pothosware/SoapySDR"
+license=('Boost')
+makedepends=('cmake')
+optdependes=('swig: bindings'
+ 'python: python bindings'
+ 'doxygen: documentation')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha256sums=('2ecf8e43518dfb24bd172923adf6ce25a6d3e39de3a8aadf26c890f60dd1e9f7')
+
+build() {
+ mkdir -p "$srcdir"/$_pkgname-$_gitver/build
+ cd "$srcdir"/$_pkgname-$_gitver/build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+
+ make
+}
+
+package() {
+ cd "$srcdir"/$_pkgname-$_gitver/build
+
+ make DESTDIR="$pkgdir" install
+}
Property changes on: soapysdr/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list