Skip to content
Snippets Groups Projects
Commit c6630405 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/java-lz4: enable for all archs

openjdk8 is now built for all archs
parent c07b4b71
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@
pkgname=java-lz4
_pkgname=lz4-java
pkgver=1.3.0
pkgrel=1
pkgrel=2
pkgdesc="LZ4 compression for Java"
url="https://github.com/jpountz/lz4-java"
arch="x86 x86_64"
arch="noarch"
license="ASL-2.0"
depends="openjdk8-jre-base"
makedepends="apache-ant openjdk8"
......@@ -26,7 +26,6 @@ build() {
}
package() {
arch="noarch"
depends="$depends $pkgname-native"
install -m644 -D "$builddir"/dist/lz4.jar \
......@@ -35,6 +34,7 @@ package() {
}
native() {
arch="all"
local soname="liblz4-java.so"
install -m755 -D "$builddir"/build/jni/*/*/$soname \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment