mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
audacity: update to 2.1.0.
This commit is contained in:
parent
2e66ff4814
commit
0298591978
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'audacity'
|
# Template file for 'audacity'
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
version=2.0.6
|
version=2.1.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-src-${version}
|
wrksrc="${pkgname}-minsrc-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libsamplerate"
|
configure_args="--with-libsamplerate"
|
||||||
if ! [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if ! [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
@ -17,8 +17,8 @@ short_desc="Graphical cross-platform audio editor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://audacity.sourceforge.net/"
|
homepage="http://audacity.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-minsrc-$version.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-minsrc-${version}.tar.xz"
|
||||||
checksum=3080c190e678e0d682961a36c6e990c572dacd6b5ce499e5cec7362e9fa37d7b
|
checksum=b0d98d89b38be233e88af81e1add649732484b6f8feec95dc5977accdde042b3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue