mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
cava: update to 0.4.1.
This commit is contained in:
parent
765d60118e
commit
3ac71bbe83
1 changed files with 4 additions and 5 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'Cava'
|
# Template file for 'Cava'
|
||||||
pkgname=cava
|
pkgname=cava
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="alsa-lib-devel fftw-devel ncurses-devel iniparser-devel"
|
makedepends="alsa-lib-devel pulseaudio-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=eee71544859ec652fe9163148526736c83754d96cdf65626467b1005103aabb9
|
checksum=1874ef3229f24e57732471148084750624fc1c690ef4ad5d7e991e601d65eb24
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue