New package: audacity-2.0.5

This commit is contained in:
Christian Neukirchen 2014-07-12 21:43:58 +02:00
parent 7b60cb6482
commit 3407cfe490
1 changed files with 22 additions and 0 deletions

22
srcpkgs/audacity/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'audacity'
pkgname=audacity
version=2.0.5
revision=1
wrksrc=${pkgname}-src-${version}
build_style=gnu-configure
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
}