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

Filipe Laíns ffy00 at archlinux.org
Sat Nov 24 20:04:56 UTC 2018


    Date: Saturday, November 24, 2018 @ 20:04:56
  Author: ffy00
Revision: 409652

archrelease: copy trunk to community-x86_64

Added:
  rx_tools/repos/community-x86_64/
  rx_tools/repos/community-x86_64/PKGBUILD
    (from rev 409651, rx_tools/trunk/PKGBUILD)

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

Copied: rx_tools/repos/community-x86_64/PKGBUILD (from rev 409651, rx_tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-11-24 20:04:56 UTC (rev 409652)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=rx_tools
+pkgver=1.0.3
+pkgrel=3
+pkgdesc='Implementation of librtlsdr rtl_* tools using SoapySDR as the driver backend'
+url="https://github.com/rxseger/rx_tools"
+arch=('x86_64')
+license=('GPL2')
+depends=('soapysdr')
+makedepends=('cmake')
+source=("$url/archive/v$pkgver.zip")
+sha512sums=('6afc5e99061725a5cab79418ea5a912a9de73d2a5abd5932e17b1ef6b6b4c0c079fd8502dd37ce039244ba2aab692001736f371d2ef1570be6c2fb2ab30f7c72')
+
+build(){
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+  	-DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package()
+{
+    cd $pkgname-$pkgver/build
+
+    make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list