Arch work

This commit is contained in:
2023-01-07 11:38:29 -05:00
parent a9ab1ace2a
commit 4dae2fef63

View File

@@ -855,12 +855,11 @@ installMCARCH() {
'vorbis-tools: ogg vorbis support' 'vorbis-tools: ogg vorbis support'
'musepack-tools: musepack support' 'musepack-tools: musepack support'
) )
source=("http://files.jriver.com/mediacenter/channels/v30/latest/MediaCenter-$MCVERSION-amd64.deb" 'License.txt') source=("http://files.jriver.com/mediacenter/channels/v30/latest/MediaCenter-$MCVERSION-amd64.deb")
package() { package() {
cd "\$srcdir" cd "\$srcdir"
bsdtar xf data.tar.xz -C "\$pkgdir" bsdtar xf data.tar.xz -C "\$pkgdir"
install -Dm644 "License.txt" "\$pkgdir/usr/share/licenses/\$pkgname/COPYING"
} }
EOF EOF