27 lines
811 B
Bash
27 lines
811 B
Bash
# Template file for 'cava'
|
|
pkgname=cava
|
|
version=0.7.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
makedepends="fftw-devel iniparser-devel ncurses-devel
|
|
$(vopt_if alsa 'alsa-lib-devel') $(vopt_if pulseaudio 'pulseaudio-devel')
|
|
$(vopt_if sndio 'sndio-devel')"
|
|
short_desc="Console-based Audio Visualizer for ALSA"
|
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/karlstav/cava"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=fefd3cc04d41b03ca416630cafadbfda6c75e2ca0869da1f03963dcb13e1ecb7
|
|
build_options="alsa pulseaudio sndio"
|
|
build_options_default="alsa pulseaudio sndio"
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vmkdir usr/share/examples
|
|
vcopy example_files usr/share/examples/cava
|
|
}
|