mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libmspack: mark as broken on everything but x86_64
This commit is contained in:
parent
8ed9a36673
commit
e16ca26197
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ homepage="https://www.cabextract.org.uk/libmspack"
|
||||||
distfiles="https://cabextract.org.uk/libmspack/libmspack-${version}.tar.gz"
|
distfiles="https://cabextract.org.uk/libmspack/libmspack-${version}.tar.gz"
|
||||||
checksum=97a970db5093e34d4f50cb8daac1feebdf14acba912144417bd3aa323fdfc47e
|
checksum=97a970db5093e34d4f50cb8daac1feebdf14acba912144417bd3aa323fdfc47e
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64) ;;
|
||||||
|
*) broken="libtool: error: cannot find the library 'libmschmd.la' or unhandled argument 'libmschmd.la'" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
libmspack-devel_package() {
|
libmspack-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue