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

Filipe Laíns ffy00 at archlinux.org
Fri Jun 14 23:58:12 UTC 2019


    Date: Friday, June 14, 2019 @ 23:58:12
  Author: ffy00
Revision: 481593

archrelease: copy trunk to community-x86_64

Added:
  inspectrum/repos/community-x86_64/
  inspectrum/repos/community-x86_64/PKGBUILD
    (from rev 481592, inspectrum/trunk/PKGBUILD)

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

Copied: inspectrum/repos/community-x86_64/PKGBUILD (from rev 481592, inspectrum/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-06-14 23:58:12 UTC (rev 481593)
@@ -0,0 +1,29 @@
+# Maintainer: Filipe Laíns (FFY00) <filipe.lains at gmail.com>
+
+pkgname=inspectrum
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Tool for analysing captured signals, primarily from software-defined radio receivers'
+arch=('x86_64')
+url='https://github.com/miek/inspectrum'
+license=('GPL')
+depends=('qt5-base' 'fftw' 'liquid-dsp')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('37ad48f87889731b7aa83a6cfa401c9986d2657f5f06f8dbdf02213123ff4d0d7cb23aa21e9b4062b7ab746d32c937dd56e85bd5c8d0bbf2181a54929e3fc501')
+
+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