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

David Runge dvzrv at archlinux.org
Mon Jul 30 18:00:05 UTC 2018


    Date: Monday, July 30, 2018 @ 18:00:04
  Author: dvzrv
Revision: 364979

archrelease: copy trunk to community-x86_64

Added:
  njconnect/repos/community-x86_64/
  njconnect/repos/community-x86_64/PKGBUILD
    (from rev 364978, njconnect/trunk/PKGBUILD)

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

Copied: njconnect/repos/community-x86_64/PKGBUILD (from rev 364978, njconnect/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-07-30 18:00:04 UTC (rev 364979)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Lieven Moors <lievenmoors at gmail.com>
+pkgname=njconnect
+pkgver=1.6
+pkgrel=2
+pkgdesc="Curses JACK connection manager"
+arch=('x86_64')
+url="https://sourceforge.net/projects/njconnect/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('jack')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('2210c7ff9382da37b2348942ca30788514dbae3450191ff37de9dcc33d62c68977ced3fdc4bd73c4d3bfb07b4aee9f59653a726baa63970607698af4753fc98d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list