mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/jruby: fix missing dependencies
This commit is contained in:
parent
c8b2ee8819
commit
3130cc432c
@ -4,13 +4,13 @@
|
||||
# so it's probably not much usable for regular users.
|
||||
pkgname=jruby
|
||||
pkgver=9.0.5.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An implementation of Ruby on the JVM"
|
||||
url="http://jruby.org"
|
||||
arch="noarch"
|
||||
license="EPL GPL-2 LGPL-2.1 custom"
|
||||
# libc6-compat: https://github.com/jnr/jnr-posix/issues/73
|
||||
depends="java-jffi-native>=1.2 libc6-compat>=1.1.12-r5 openjdk8-jre"
|
||||
depends="$pkgname-libs java-jffi-native>=1.2 libc6-compat>=1.1.12-r5 openjdk8-jre-base"
|
||||
makedepends="openjdk8 zip"
|
||||
subpackages="$pkgname-irb $pkgname-maven $pkgname-minitest $pkgname-rake
|
||||
$pkgname-rdoc $pkgname-readline $pkgname-testunit $pkgname-libs
|
||||
@ -52,8 +52,6 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
depends="$pkgname-libs"
|
||||
|
||||
cd "$builddir"
|
||||
|
||||
install -m644 -D "$builddir"/lib/jruby.jar \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user