GNU bug report logs -
#36605
[PATCH 0/2] Add pngquant
Previous Next
Full log
Message #83 received at 36605 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/java.scm (java-commons-bcel): New variable.
---
gnu/packages/java.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index b7971a3..b1e1ecc 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1327,6 +1327,24 @@ libraries to vary independently of one another.")
(string-append "mirror://apache/commons/" projname "/source/"
basename "-" version "-src.tar.gz"))
+(define-public java-commons-bcel
+ (package
+ (name "java-commons-bcel")
+ (version "6.0")
+ (source (origin
+ (method url-fetch)
+ (uri (apache-commons-url "bcel" version "bcel"))
+ (sha256 (base32 "0n39601zcj7ymjihfv53r260mf3n8kj6bqhxv90dw5sgc7qbjqxr"))))
+ (build-system ant-build-system)
+ ; todo: tests, javadoc
+ (arguments
+ `(#:jar-name (string-append "commons-bcel-" ,version ".jar")
+ #:src-dir "src/main"))
+ (home-page "http://commons.apache.org/bcel/")
+ (synopsis "Apache Commons Bytecode Engineering Library")
+ (description "")
+ (license license:asl2.0)))
+
(define-public java-commons-cli
(package
(name "java-commons-cli")
--
2.7.4
This bug report was last modified 6 years and 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.