[oe-commits] Henning Heinold : jacl: backport from openembedded-dev

git version control git at git.openembedded.org
Mon Jul 26 13:43:01 UTC 2010


Module: openembedded.git
Branch: stable/2009
Commit: 9f3c5e8bfa78da10433c4a8ea8de899a8c5a9400
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9f3c5e8bfa78da10433c4a8ea8de899a8c5a9400

Author: Henning Heinold <h.heinold at tarent.de>
Date:   Mon Jul 12 14:51:20 2010 +0200

jacl: backport from openembedded-dev

* checksum is already in conf/checksums.ini

Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 recipes/jacl/jacl-native_1.4.1.bb |    4 ++++
 recipes/jacl/jacl_1.4.1.bb        |   20 ++++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/jacl/jacl-native_1.4.1.bb b/recipes/jacl/jacl-native_1.4.1.bb
new file mode 100644
index 0000000..b0a0638
--- /dev/null
+++ b/recipes/jacl/jacl-native_1.4.1.bb
@@ -0,0 +1,4 @@
+require jacl_${PV}.bb
+
+inherit java-native
+
diff --git a/recipes/jacl/jacl_1.4.1.bb b/recipes/jacl/jacl_1.4.1.bb
new file mode 100644
index 0000000..7c66c3e
--- /dev/null
+++ b/recipes/jacl/jacl_1.4.1.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Tcl interpreter for Java"
+LICENSES = "BSD"
+
+HOMEPAGE = "http://sourceforge.net/projects/tcljava"
+
+SRC_URI = "http://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz"
+
+inherit java-library
+
+S = "${WORKDIR}/jacl${PV}"
+
+DEPENDS = "fastjar-native"
+
+do_compile() {
+  mkdir -p build
+
+  javac -sourcepath src/tcljava:src/jacl -d build `find src/tcljava src/jacl -name "*.java"`
+
+  fastjar -C build -c -f ${JARFILENAME} .
+}





More information about the Openembedded-commits mailing list