void-packages/srcpkgs/cmus/template

25 lines
724 B
Plaintext

# Template file for 'cmus'
pkgname=cmus
version=2.5.0
revision=2
wrksrc="cmus-v${version}"
build_style=configure
configure_args="prefix=/usr"
short_desc="Small, fast and powerful console music player"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://cmus.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/cmus/cmus-v${version}.tar.bz2"
checksum=2021fab64088898d62d1439525ec345e219f58d91a9e933dc85e84eda21c8ddf
makedepends="pkg-config faad2-devel libflac-devel libao-devel libmad-devel
libmodplug-devel libmp4v2-devel>=2.0.0 libmpcdec-devel pulseaudio-devel
opusfile-devel wavpack-devel alsa-lib-devel libvorbis-devel ffmpeg-devel
ncurses-devel"
cmus_package() {
pkg_install() {
vmove usr
}
}