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