[arch-commits] Commit in zita-jclient/repos (2 files)

David Runge dvzrv at archlinux.org
Sat Jul 28 19:17:46 UTC 2018


    Date: Saturday, July 28, 2018 @ 19:17:46
  Author: dvzrv
Revision: 363900

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-jclient/repos/community-testing-x86_64/
  zita-jclient/repos/community-testing-x86_64/PKGBUILD
    (from rev 363899, zita-jclient/trunk/PKGBUILD)

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

Copied: zita-jclient/repos/community-testing-x86_64/PKGBUILD (from rev 363899, zita-jclient/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-07-28 19:17:46 UTC (rev 363900)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=zita-jclient
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Create a Jack client with a few lines of C++"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
+license=('GPL')
+depends=('jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2")
+sha512sums=('2c23d9b9accc2458af4de2ff4ae2652534280b6911a15eb915eb71959d8df359cb284a6a837feb540a26c1d88e8839bee02025759a1180170bc66fe30fee20d9')
+validpgpkeys=()
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove optimization and call to ldconfig
+  sed -e '/march=native/d' \
+      -e '/ldconfig/d' \
+      -i libs/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/libs"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/libs"
+  make DESTDIR="$pkgdir/" LIBDIR=lib PREFIX=/usr install
+}



More information about the arch-commits mailing list