cd6bc02165
* iniparser: update to 4.1. * cava: rebuild against libiniparser.so.1 * cava-gui: rebuild against libiniparser.so.1
21 lines
605 B
Bash
21 lines
605 B
Bash
# Template file for 'Cava'
|
|
pkgname=cava
|
|
version=0.6.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
makedepends="alsa-lib-devel pulseaudio-devel fftw-devel ncurses-devel iniparser-devel"
|
|
short_desc="Console-based Audio Visualizer for ALSA"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://github.com/karlstav/cava"
|
|
license="MIT"
|
|
distfiles="https://github.com/karlstav/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=42d51c6c283cd2b0f5125954ea8c61a12385703d1953ef9c40103402c7a744dc
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|