void-packages/srcpkgs/audacity/template

24 lines
851 B
Plaintext

# Template file for 'audacity'
pkgname=audacity
version=2.0.5
revision=3
wrksrc=${pkgname}-src-${version}
build_style=gnu-configure
configure_args="--with-libsamplerate"
hostmakedepends="pkg-config cmake"
makedepends="wxGTK-devel gtk+-devel expat-devel
libsndfile-devel libmad-devel libsamplerate-devel soundtouch-devel
vamp-plugin-sdk-devel lame-devel libid3tag-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="Graphical cross-platform audio editor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://audacity.sourceforge.net/"
distfiles="http://audacity.googlecode.com/files/${pkgname}-minsrc-${version}.tar.xz"
checksum=e287541dd017f523fd9a06d5140b8f72fe9a0450709de7c398baffa106db2b79
post_install() {
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
vlicense LICENSE.txt LICENSE
}