icecat-i18n: make pkgs arch dependant; musl build has been fixed.
This commit is contained in:
parent
ec0c87211e
commit
3f4680c3c4
|
@ -1,20 +1,15 @@
|
|||
# Template file for 'icecat-i18n'
|
||||
pkgname=icecat-i18n
|
||||
version=38.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meta
|
||||
homepage="https://directory.fsf.org/wiki/IceCat"
|
||||
short_desc="IceCat language packs"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="MPL-2.1"
|
||||
|
||||
noarch=yes
|
||||
create_wrksrc=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) broken=http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9023/steps/shell_3/logs/stdio
|
||||
esac
|
||||
|
||||
do_extract() {
|
||||
:
|
||||
}
|
||||
|
@ -134,7 +129,6 @@ _pkgtmpl() {
|
|||
_lang="$1"
|
||||
depends="icecat>=${version}"
|
||||
short_desc="IceCat $2 language pack"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
_name=icecat-${version}.${_lang}.langpack.xpi
|
||||
vinstall ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_name} 644 \
|
||||
|
|
Loading…
Reference in New Issue