diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template new file mode 100644 index 00000000000..5d878ad6394 --- /dev/null +++ b/srcpkgs/audacity/template @@ -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 " +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 +}