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

David Runge dvzrv at archlinux.org
Tue Mar 6 23:07:46 UTC 2018


    Date: Tuesday, March 6, 2018 @ 23:07:46
  Author: dvzrv
Revision: 303374

archrelease: copy trunk to community-x86_64

Added:
  zita-at1/repos/community-x86_64/
  zita-at1/repos/community-x86_64/PKGBUILD
    (from rev 303373, zita-at1/trunk/PKGBUILD)

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

Copied: zita-at1/repos/community-x86_64/PKGBUILD (from rev 303373, zita-at1/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-03-06 23:07:46 UTC (rev 303374)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=zita-at1
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="An 'autotuner' Jack application."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html"
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -e '/native/d' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm644 ../{AUTHORS,README} \
+    -vDm644 ../doc/*
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list