[oe-commits] org.oe.dev libmatthew: add 0.7

john_lee commit oe at amethyst.openembedded.net
Thu May 29 13:45:24 UTC 2008


libmatthew: add 0.7

Author: john_lee at openembedded.org
Branch: org.openembedded.dev
Revision: 35eca4578fa8f94345f3086da46bb3351a1d4cd2
ViewMTN: http://monotone.openembedded.org/revision/info/35eca4578fa8f94345f3086da46bb3351a1d4cd2
Files:
1
packages/libmatthew/files
packages/libmatthew/files/Makefile-0.7.patch
packages/libmatthew/libmatthew_0.7.bb
Diffs:

#
# mt diff -r0de0caea9dc3554f7fc872d38eaf0ad60ce506d3 -r35eca4578fa8f94345f3086da46bb3351a1d4cd2
#
#
#
# add_dir "packages/libmatthew/files"
# 
# add_file "packages/libmatthew/files/Makefile-0.7.patch"
#  content [c415a2a3bccbc9d3b4781a8801557ee1d8d9560a]
# 
# add_file "packages/libmatthew/libmatthew_0.7.bb"
#  content [14a246a8f48391ed663d6bc440b6c11579d2bf16]
#
============================================================
--- packages/libmatthew/files/Makefile-0.7.patch	c415a2a3bccbc9d3b4781a8801557ee1d8d9560a
+++ packages/libmatthew/files/Makefile-0.7.patch	c415a2a3bccbc9d3b4781a8801557ee1d8d9560a
@@ -0,0 +1,15 @@
+Index: libmatthew-java-0.7/Makefile
+===================================================================
+--- libmatthew-java-0.7.orig/Makefile	2008-05-27 13:17:47.000000000 +0800
++++ libmatthew-java-0.7/Makefile	2008-05-27 13:18:04.000000000 +0800
+@@ -8,8 +8,8 @@
+ PPFLAGS+=-C -P
+ CFLAGS+=-fpic -Wall -Os -pedantic -std=c99 -Werror
+ GCJFLAGS+=-fjni
+-JCFLAGS+=-source 5.0
+-INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
++#JCFLAGS+=-source 5.0
++#INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
+ JAVADOCFLAGS?=-quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/
+ 
+ LDVER?=$(shell ld -v | cut -d' ' -f1)
============================================================
--- packages/libmatthew/libmatthew_0.7.bb	14a246a8f48391ed663d6bc440b6c11579d2bf16
+++ packages/libmatthew/libmatthew_0.7.bb	14a246a8f48391ed663d6bc440b6c11579d2bf16
@@ -0,0 +1,50 @@
+DESCRIPTION = "Unix socket, debug and hexdump libraries"
+AUTHOR = "Matthew Johnson <web at matthew.ath.cx>"
+HOMEPAGE = "http://www.matthew.ath.cx/projects/java"
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "classpath-native classpath fastjar-native virtual/javac-native"
+RDEPENDS_${JPN} = "${PN}-jni"
+PR = "r0"
+
+SRC_URI = "http://www.matthew.ath.cx/projects/java/libmatthew-java-${PV}.tar.gz \
+           file://Makefile-0.7.patch;patch=1"
+
+S = "${WORKDIR}/libmatthew-java-${PV}"
+
+inherit java-library
+
+do_compile() {
+    oe_runmake \
+        JCFLAGS="-source 1.5" \
+        JAVAC="javac" \
+        JAR="fastjar" \
+        JAVAH="gjavah" \
+        INCLUDES="-I${STAGING_INCDIR}/classpath" \
+        LDFLAGS="-fpic -shared -lc ${LDFLAGS}" \
+        LD="${CC}" \
+        CFLAGS="-fpic -Wall -Os -pedantic -std=c99 -Werror"
+}
+do_install() {
+    oe_jarinstall cgi-0.5.jar cgi.jar
+    oe_jarinstall debug-disable-1.1.jar debug-disable.jar
+    oe_jarinstall debug-enable-1.1.jar debug-enable.jar
+    oe_jarinstall hexdump-0.2.jar hexdump.jar
+    oe_jarinstall io-0.1.jar io.jar
+    oe_jarinstall unix-0.4.jar unix.jar
+    oe_libinstall -so libcgi-java ${D}${libdir_jni}
+    oe_libinstall -so libunix-java ${D}${libdir_jni}
+}
+do_stage() {
+    oe_jarinstall -s cgi-0.5.jar cgi.jar
+    oe_jarinstall -s debug-disable-1.1.jar debug-disable.jar
+    oe_jarinstall -s debug-enable-1.1.jar debug-enable.jar
+    oe_jarinstall -s hexdump-0.2.jar hexdump.jar
+    oe_jarinstall -s io-0.1.jar io.jar
+    oe_jarinstall -s unix-0.4.jar unix.jar
+}
+
+PACKAGES += "${PN}-jni ${PN}-jni-dbg"
+
+FILES_${PN}-jni = "${libdir_jni}/lib*.so"
+FILES_${PN}-jni-dbg = "${libdir_jni}/.debug/lib*.so"






More information about the Openembedded-commits mailing list