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

David Runge dvzrv at archlinux.org
Tue Mar 6 23:19:11 UTC 2018


    Date: Tuesday, March 6, 2018 @ 23:19:09
  Author: dvzrv
Revision: 303397

archrelease: copy trunk to community-x86_64

Added:
  zita-rev1/repos/community-x86_64/
  zita-rev1/repos/community-x86_64/PKGBUILD
    (from rev 303396, zita-rev1/trunk/PKGBUILD)

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

Copied: zita-rev1/repos/community-x86_64/PKGBUILD (from rev 303396, zita-rev1/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-03-06 23:19:09 UTC (rev 303397)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=zita-rev1
+pkgver=0.2.1
+pkgrel=3
+pkgdesc="A reworked jack version of the reverb originally developed for Aeolus."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-rev1-doc/quickguide.html"
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('82d3106d9542c6ffff5b8249a3e9e0b3c210690e619e182c0521316d280d3cb4829e7ee624d577e09309ff5941bcc4a96113c50d4e40b886cc2f9eb11c43c3bd')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -i '/native/d' Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+  # docs
+  install -t "$pkgdir/usr/share/doc/$pkgname" \
+    -vDm644 ../{AUTHORS,README,doc/*}
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list