JAI: depends on java-runtime instead.
This commit is contained in:
parent
b4ccebe480
commit
aa3d53a4c7
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'JAI'
|
||||
pkgname=JAI
|
||||
version=1.1.3
|
||||
revision=1
|
||||
depends="jre"
|
||||
revision=2
|
||||
short_desc="Java Advanced Imaging Library - binary version"
|
||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATemailDOTit>"
|
||||
license="Apache-2.0"
|
||||
|
@ -20,8 +19,8 @@ elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
|||
fi
|
||||
|
||||
distfiles="http://download.java.net/media/jai/builds/release/1_1_3/jai-1_1_3-lib-linux-${_arch}.tar.gz"
|
||||
|
||||
wrksrc="jai-1_1_3"
|
||||
depends="java-runtime>=0"
|
||||
|
||||
do_install() {
|
||||
# put jar files in place
|
||||
|
|
Loading…
Reference in a new issue