[arch-commits] Commit in multimon-ng/repos (2 files)
Filipe Laíns
ffy00 at archlinux.org
Fri Aug 17 13:56:07 UTC 2018
Date: Friday, August 17, 2018 @ 13:56:06
Author: ffy00
Revision: 372484
archrelease: copy trunk to community-x86_64
Added:
multimon-ng/repos/community-x86_64/
multimon-ng/repos/community-x86_64/PKGBUILD
(from rev 372483, multimon-ng/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: multimon-ng/repos/community-x86_64/PKGBUILD (from rev 372483, multimon-ng/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-08-17 13:56:06 UTC (rev 372484)
@@ -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
+}
+
More information about the arch-commits
mailing list