elasticsearch: enable on more archs + add archs note

[ci skip]
This commit is contained in:
q66 2019-03-04 01:55:52 +01:00 committed by Helmut Pozimski
parent f77f740849
commit aa8e525b11

View file

@ -3,7 +3,11 @@ pkgname=elasticsearch
version=5.1.2
revision=2
wrksrc="elasticsearch-${version}"
archs="i686 x86_64"
# The only native part is libjnidispatch.so inside jna-*.jar, which is supplied
# only for a few archs, namely arm (armv6l and better), aarch64, ppc64le, x86,
# and x86_64; ppc64 is also supplied but elfv1 only, and all only for glibc.
# We could recompile this, but someone would need to add code to do that.
archs="i686 x86_64 aarch64 armv6l armv7l ppc64le"
depends="virtual?java-runtime"
short_desc="A distributed, open source search and analytics engine"
maintainer="dota? =op <rogi@skylittlesystem.org>"