void-packages/srcpkgs/audacity/template

27 lines
971 B
Bash
Raw Normal View History

2014-07-12 19:43:58 +00:00
# Template file for 'audacity'
pkgname=audacity
2015-03-30 09:27:13 +00:00
version=2.1.0
2014-10-11 21:58:22 +00:00
revision=1
2015-03-30 09:27:13 +00:00
wrksrc="${pkgname}-minsrc-${version}"
2014-07-12 19:43:58 +00:00
build_style=gnu-configure
configure_args="--with-libsamplerate"
2014-08-24 21:02:46 +00:00
if ! [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
configure_args+=" --disable-sse"
fi
2014-07-12 19:43:58 +00:00
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/"
2015-03-30 09:27:13 +00:00
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-minsrc-${version}.tar.xz"
checksum=b0d98d89b38be233e88af81e1add649732484b6f8feec95dc5977accdde042b3
2014-07-12 19:43:58 +00:00
post_install() {
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
vlicense LICENSE.txt LICENSE
}