[arch-commits] Commit in (japa japa/repos japa/trunk japa/trunk/PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Aug 5 21:31:48 UTC 2018
Date: Sunday, August 5, 2018 @ 21:31:48
Author: dvzrv
Revision: 368427
Adding japa from the AUR.
Added:
japa/
japa/repos/
japa/trunk/
japa/trunk/PKGBUILD
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Added: japa/trunk/PKGBUILD
===================================================================
--- japa/trunk/PKGBUILD (rev 0)
+++ japa/trunk/PKGBUILD 2018-08-05 21:31:48 UTC (rev 368427)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Your Name <youremail at domain.com>
+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}/"
+}
Property changes on: japa/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list