parent
bab3c89dde
commit
aca72f0c2a
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'audacity'
|
# Template file for 'audacity'
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
version=2.4.1
|
version=2.4.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-Audacity-${version}"
|
wrksrc="${pkgname}-Audacity-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ffmpeg=system --with-libsndfile=system --with-expat=system
|
configure_args="--with-ffmpeg=system --with-libsndfile=system --with-expat=system
|
||||||
|
@ -30,6 +30,9 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vcopy nyquist /usr/share/audacity
|
||||||
|
vcopy plug-ins /usr/share/audacity
|
||||||
|
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue