commit
c0c6f51400
1 changed files with 8 additions and 9 deletions
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'Cava'
|
||||
pkgname=cava
|
||||
version=0.3.5
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="alsa-lib-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=667d695836a8cfa96060cbfce4f71aaf3c078b04a6e258196f75bd857837711b
|
||||
checksum=eee71544859ec652fe9163148526736c83754d96cdf65626467b1005103aabb9
|
||||
|
||||
do_configure() {
|
||||
sed -i 's,iniparser4,iniparser,g' makefile
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
do_build() {
|
||||
make CC=$CC SYSTEM_INIPARSER=1 PREFIX=${DESTDIR}/usr ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
make CC=$CC SYSTEM_INIPARSER=1 PREFIX=${DESTDIR}/usr install
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue