Date: Saturday, September 1, 2018 @ 22:05:32
  Author: dvzrv
Revision: 375990

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: zita-njbridge/repos/community-testing-x86_64/PKGBUILD (from rev 375989, 
zita-njbridge/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 22:05:32 UTC (rev 375990)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <[email protected]>
+pkgname=zita-njbridge
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Jack client to transmit audio over a local IP network."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('GPL3')
+groups=('pro-audio')
+depends=('jack' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('ead0e3fae66581898d145c38c1ae51e40f2ea309bc87686ccdcb8a718f2a36f3490c79c1846af2e83c339162b03aab9051fd4a0023444233bba25a35ab1dacb4')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -e '/native/d' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:

Reply via email to