New package: audacity-2.0.5
This commit is contained in:
parent
7b60cb6482
commit
3407cfe490
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue