[arch-commits] Commit in (4 files)

Filipe Laíns ffy00 at archlinux.org
Fri Aug 17 13:55:57 UTC 2018


    Date: Friday, August 17, 2018 @ 13:55:57
  Author: ffy00
Revision: 372483

import from aur

Added:
  multimon-ng/
  multimon-ng/repos/
  multimon-ng/trunk/
  multimon-ng/trunk/PKGBUILD

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

Added: multimon-ng/trunk/PKGBUILD
===================================================================
--- multimon-ng/trunk/PKGBUILD	                        (rev 0)
+++ multimon-ng/trunk/PKGBUILD	2018-08-17 13:55:57 UTC (rev 372483)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=multimon-ng
+pkgver=1.1.5
+pkgrel=2
+pkgdesc="An sdr decoder, supports pocsag, ufsk, clipfsk, afsk, hapn, fsk, dtmf, zvei."
+url="https://github.com/EliasOenal/multimon-ng"
+arch=('x86_64')
+license=("GPL2")
+depends=('ncurses' 'libpulse')
+makedepends=('cmake')
+optdepends=('sox: wav conversion')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('661d5bd43930ccc7b1490de0649f29f1ede181222586a384d71ab4669dc81f671482d9110bbf3e1035962f0bece589ff7f358f6307d0896c129357b5551e9dd0')
+
+build() {
+  mkdir "$srcdir"/$pkgname-$pkgver/build
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


Property changes on: multimon-ng/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list