void-packages/srcpkgs/audacity/template

29 lines
960 B
Bash
Raw Normal View History

2014-07-12 19:43:58 +00:00
# Template file for 'audacity'
pkgname=audacity
2015-07-17 11:23:36 +00:00
version=2.1.1
revision=3
2015-07-17 11:23:36 +00:00
wrksrc="${pkgname}-Audacity-${version}"
2014-07-12 19:43:58 +00:00
build_style=gnu-configure
configure_args="--with-libsamplerate"
2014-07-12 19:43:58 +00:00
hostmakedepends="pkg-config cmake"
makedepends="jack-devel wxGTK-devel gtk+-devel expat-devel
2014-07-12 19:43:58 +00:00
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"
2015-07-17 11:23:36 +00:00
homepage="http://audacityteam.org/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/Audacity-${version}.tar.gz"
checksum=15c5ff7ac1c0b19b08f4bdcb0f4988743da2f9ed3fab41d6f07600e67cb9ddb6
2014-07-12 19:43:58 +00:00
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) ;;
*) configure_args+=" --disable-sse" ;;
esac
2014-07-12 19:43:58 +00:00
post_install() {
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
vlicense LICENSE.txt LICENSE
}