* update xmms2 to 0.9.3-2
This commit is contained in:
parent
396493a9bb
commit
9c058e7cfd
@ -64,7 +64,7 @@ sha256sums=('fe24798db2e6cd8d8eb131ee9800d211525ffebe561c1c5c057710cd7b90a81b'
|
||||
build() {
|
||||
cd xmms2-$pkgver
|
||||
export LINKFLAGS="$LDFLAGS"
|
||||
waf configure --prefix=/usr --sbindir=/usr/bin --without-ldconfig \
|
||||
waf configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin --without-ldconfig \
|
||||
--with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \
|
||||
--with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` \
|
||||
--with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
|
||||
@ -82,11 +82,4 @@ package() {
|
||||
install -Dm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/xmms2.conf"
|
||||
install -Dm644 system.service "$pkgdir/usr/lib/systemd/system/xmms2d.service"
|
||||
install -Dm644 user.service "$pkgdir/usr/lib/systemd/user/xmms2d.service"
|
||||
|
||||
case "${CARCH}" in
|
||||
powerpc64*|riscv64|x86_64)
|
||||
cp -av ${pkgdir}/usr/lib{64/*,}/
|
||||
rm -rf ${pkgdir}/usr/lib64
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user