New package: jaaa
This commit is contained in:
parent
847b3f24c9
commit
90e7a6d6f3
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'jaaa'
|
||||||
|
pkgname=jaaa
|
||||||
|
version=0.9.2
|
||||||
|
revision=1
|
||||||
|
build_wrksrc=source
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="zita-alsa-pcmi-devel clthreads-devel clxclient-devel freetype-devel
|
||||||
|
alsa-lib-devel fftw-devel jack-devel libX11-devel libXft-devel"
|
||||||
|
short_desc="JACK and ALSA Audio Analyser"
|
||||||
|
maintainer="bluntphenomena <gregwyd@gmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||||
|
distfiles="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=6cf55a3924694179d83e9d49f557896fcebdc1a7f89477e601caa2277ad7f3b3
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i '/march=native/d' Makefile
|
||||||
|
# change pkgconf to pkg-config
|
||||||
|
sed -i 's/pkgconf/pkg-config/' Makefile
|
||||||
|
}
|
Loading…
Reference in New Issue