alsa-plugins: the /usr/lib32 changes are now unnecessary.
This commit is contained in:
parent
e013eab01e
commit
7271297f73
|
@ -14,17 +14,6 @@ homepage="http://www.alsa-project.org"
|
|||
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
|
||||
checksum=0bbd0c37c2dd7baf16363afb2e58169ffb0f9c0a70031b3b6235594630f3ab35
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
configure_args+=" --libdir=/usr/lib32"
|
||||
pre_install() {
|
||||
vmkdir usr/lib
|
||||
ln -s lib ${DESTDIR}/usr/lib32
|
||||
}
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/lib32
|
||||
}
|
||||
fi
|
||||
|
||||
alsa-plugins-jack_package() {
|
||||
replaces="alsa-plugins<1.0.27_3"
|
||||
short_desc+=" - Jack output plugin"
|
||||
|
|
Loading…
Reference in New Issue