[arch-commits] Commit in soapyuhd/repos (community-x86_64 community-x86_64/PKGBUILD)

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


    Date: Tuesday, August 21, 2018 @ 20:41:04
  Author: ffy00
Revision: 373175

archrelease: copy trunk to community-x86_64

Added:
  soapyuhd/repos/community-x86_64/
  soapyuhd/repos/community-x86_64/PKGBUILD
    (from rev 373174, soapyuhd/trunk/PKGBUILD)

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

Copied: soapyuhd/repos/community-x86_64/PKGBUILD (from rev 373174, soapyuhd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-08-21 20:41:04 UTC (rev 373175)
@@ -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
+}



More information about the arch-commits mailing list