[arch-commits] Commit in (4 files)

Filipe Laíns ffy00 at archlinux.org
Tue Aug 21 20:40:59 UTC 2018


    Date: Tuesday, August 21, 2018 @ 20:40:59
  Author: ffy00
Revision: 373174

import from the aur

Added:
  soapyuhd/
  soapyuhd/repos/
  soapyuhd/trunk/
  soapyuhd/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: soapyuhd/trunk/PKGBUILD
===================================================================
--- soapyuhd/trunk/PKGBUILD	                        (rev 0)
+++ soapyuhd/trunk/PKGBUILD	2018-08-21 20:40:59 UTC (rev 373174)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=soapyuhd
+_pkgname=SoapyUHD
+pkgver=0.3.4
+_gitver=soapy-uhd-$pkgver
+pkgrel=2
+pkgdesc="Soapy SDR plugin for UHD supported SDR devices"
+arch=('x86_64')
+url="https://github.com/pothosware/SoapyUHD"
+license=('GPL3')
+depends=('boost' 'libuhd' 'soapysdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e')
+
+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: soapyuhd/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list