[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/26: gnu: Add sablevm-classpath.
From: |
Ricardo Wurmus |
Subject: |
05/26: gnu: Add sablevm-classpath. |
Date: |
Mon, 22 May 2017 13:03:15 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2551fee8a0255bd40b142389ae39f3ea5dd54082
Author: Ricardo Wurmus <address@hidden>
Date: Mon May 8 16:53:37 2017 +0200
gnu: Add sablevm-classpath.
* gnu/packages/java.scm (sablevm-classpath): New variable.
---
gnu/packages/java.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 6dc97fe..18004cc 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -104,6 +104,45 @@ defined in The Java Language Specification into the
bytecoded instruction set
and binary format defined in The Java Virtual Machine Specification.")
(license license:ibmpl1.0)))
+(define sablevm-classpath
+ (package
+ (name "sablevm-classpath")
+ (version "1.13")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/sablevm/sablevm/"
+ version "/sablevm-classpath-" version
".tar.gz"))
+ (sha256
+ (base32
+ "1qyhyfz8idghxdam16hdgpa24r2x4xbg9z8c8asa3chnd79h3zw2"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--with-jikes"
+ "--disable-Werror"
+ "--disable-gmp"
+ "--disable-gtk-peer"
+ "--disable-plugin"
+ "--disable-dssi"
+ "--disable-alsa"
+ "--disable-gjdoc")))
+ (inputs
+ `(("gconf" ,gconf)
+ ("gtk+" ,gtk+-2)))
+ (native-inputs
+ `(("jikes" ,jikes)
+ ("fastjar" ,fastjar)
+ ("pkg-config" ,pkg-config)))
+ (home-page "http://sablevm.org/")
+ (synopsis "Java Virtual Machine")
+ (description "SableVM is a clean-room, highly portable and efficient Java
+virtual machine. Its goals are to be reasonably small, fast, and compliant
+with the various specifications (JVM specification, JNI, invocation interface,
+etc.). SableVM is no longer maintained.
+
+This package provides the classpath library.")
+ (license license:lgpl2.1+)))
+
(define-public java-swt
(package
(name "java-swt")
- branch master updated (fd3782d -> 9117448), Ricardo Wurmus, 2017/05/22
- 02/26: gnu: Add r-deseq., Ricardo Wurmus, 2017/05/22
- 07/26: gnu: Add ant-bootstrap., Ricardo Wurmus, 2017/05/22
- 12/26: gnu: Add classpath-jamvm-wrappers., Ricardo Wurmus, 2017/05/22
- 06/26: gnu: Add sablevm., Ricardo Wurmus, 2017/05/22
- 03/26: gnu: Add r-edaseq., Ricardo Wurmus, 2017/05/22
- 05/26: gnu: Add sablevm-classpath.,
Ricardo Wurmus <=
- 15/26: gnu: Add jamvm., Ricardo Wurmus, 2017/05/22
- 04/26: gnu: Add jikes., Ricardo Wurmus, 2017/05/22
- 11/26: gnu: Add jamvm-bootstrap., Ricardo Wurmus, 2017/05/22
- 16/26: gnu: Add ecj-javac-on-jamvm-wrapper-final., Ricardo Wurmus, 2017/05/22
- 24/26: gnu: Add ant/java8., Ricardo Wurmus, 2017/05/22
- 23/26: gnu: ant: Move after bootstrap packages., Ricardo Wurmus, 2017/05/22
- 22/26: gnu: ant: Delete bundled jars., Ricardo Wurmus, 2017/05/22
- 18/26: gnu: icedtea-7: Use icedtea-6 for bootstrapping., Ricardo Wurmus, 2017/05/22
- 17/26: gnu: Add icedtea-6., Ricardo Wurmus, 2017/05/22
- 26/26: gnu: Remove GCJ., Ricardo Wurmus, 2017/05/22