cava: update to 0.4.0.

This commit is contained in:
Michael Gehring 2016-01-23 22:58:21 +01:00
parent 51ca7b40d0
commit 22c4ab2b3c

View file

@ -1,22 +1,21 @@
# Template file for 'Cava' # Template file for 'Cava'
pkgname=cava pkgname=cava
version=0.3.5 version=0.4.0
revision=1 revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="alsa-lib-devel fftw-devel ncurses-devel iniparser-devel" makedepends="alsa-lib-devel fftw-devel ncurses-devel iniparser-devel"
short_desc="Console-based Audio Visualizer for ALSA" short_desc="Console-based Audio Visualizer for ALSA"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/karlstav/cava" homepage="https://github.com/karlstav/cava"
license="MIT" license="MIT"
distfiles="https://github.com/karlstav/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/karlstav/${pkgname}/archive/${version}.tar.gz"
checksum=667d695836a8cfa96060cbfce4f71aaf3c078b04a6e258196f75bd857837711b checksum=eee71544859ec652fe9163148526736c83754d96cdf65626467b1005103aabb9
do_configure() { pre_configure() {
sed -i 's,iniparser4,iniparser,g' makefile ./autogen.sh
} }
do_build() {
make CC=$CC SYSTEM_INIPARSER=1 PREFIX=${DESTDIR}/usr ${makejobs} post_install() {
}
do_install() {
make CC=$CC SYSTEM_INIPARSER=1 PREFIX=${DESTDIR}/usr install
vlicense LICENSE vlicense LICENSE
} }