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

David Runge dvzrv at archlinux.org
Sun Aug 5 21:34:29 UTC 2018


    Date: Sunday, August 5, 2018 @ 21:34:28
  Author: dvzrv
Revision: 368429

archrelease: copy trunk to community-testing-x86_64

Added:
  japa/repos/community-testing-x86_64/
  japa/repos/community-testing-x86_64/PKGBUILD
    (from rev 368428, japa/trunk/PKGBUILD)

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

Copied: japa/repos/community-testing-x86_64/PKGBUILD (from rev 368428, japa/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-08-05 21:34:28 UTC (rev 368429)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=japa
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="A 'perceptual' or 'psychoacoustic' audio spectrum analyser"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/index.html"
+license=('GPL2')
+groups=('pro-audio')
+depends=('clxclient' 'clthreads' 'fftw' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('d81652153e88394c81cc257af59b554718d3476c48062cfa7e246627171dc92842f6524a06ab8151220d4dae9d94a386f2d90efb1d238bbbc522988dfeaad32a')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # disable optimizations
+  sed -e '/native/d' -i source/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX='/usr'
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX='/usr' DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list