diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/libmatthew | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/libmatthew')
-rw-r--r-- | recipes/libmatthew/files/Makefile-0.7.patch | 15 | ||||
-rw-r--r-- | recipes/libmatthew/libmatthew.inc | 71 | ||||
-rw-r--r-- | recipes/libmatthew/libmatthew_0.7.1.bb | 8 | ||||
-rw-r--r-- | recipes/libmatthew/libmatthew_0.7.bb | 9 |
4 files changed, 103 insertions, 0 deletions
diff --git a/recipes/libmatthew/files/Makefile-0.7.patch b/recipes/libmatthew/files/Makefile-0.7.patch new file mode 100644 index 0000000000..4a91cd52cf --- /dev/null +++ b/recipes/libmatthew/files/Makefile-0.7.patch @@ -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) diff --git a/recipes/libmatthew/libmatthew.inc b/recipes/libmatthew/libmatthew.inc new file mode 100644 index 0000000000..d68b78ad0d --- /dev/null +++ b/recipes/libmatthew/libmatthew.inc @@ -0,0 +1,71 @@ +DESCRIPTION = "Unix socket, debug and hexdump libraries" +AUTHOR = "Matthew Johnson <web@matthew.ath.cx>" +HOMEPAGE = "http://www.matthew.ath.cx/projects/java" +SECTION = "libs" +LICENSE = "LGPL" +DEPENDS = "classpath-tools-native classpath" + +S = "${WORKDIR}/libmatthew-java-${PV}" + +inherit java-library + +# Some internal version numbers which change from time to time. +# Allowing to override them makes this include file more +# versatile. +VER_CGI ?= "0.5" +VER_DEBUG ?= "1.1" +VER_HEXDUMP ?= "0.2" +VER_IO ?= "0.1" +VER_UNIX ?= "0.5" + +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-${VER_CGI}.jar cgi.jar + oe_jarinstall debug-disable-${VER_DEBUG}.jar debug-disable.jar + oe_jarinstall debug-enable-${VER_DEBUG}.jar debug-enable.jar + oe_jarinstall hexdump-${VER_HEXDUMP}.jar hexdump.jar + oe_jarinstall io-${VER_IO}.jar io.jar + oe_jarinstall unix-${VER_UNIX}.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-${VER_CGI}.jar cgi.jar + oe_jarinstall -s debug-disable-${VER_DEBUG}.jar debug-disable.jar + oe_jarinstall -s debug-enable-${VER_DEBUG}.jar debug-enable.jar + oe_jarinstall -s hexdump-${VER_HEXDUMP}.jar hexdump.jar + oe_jarinstall -s io-${VER_IO}.jar io.jar + oe_jarinstall -s unix-${VER_UNIX}.jar unix.jar +} + +PACKAGES = "\ + libcgi-java libcgi-jni libcgi-jni-dbg \ + libunixsocket-java libunixsocket-jni libunixsocket-jni-dbg \ + ${PN}-io-java ${PN}-debug-java \ +" + +FILES_libcgi-java = "${datadir_java}/cgi*.jar" +FILES_libcgi-jni = "${libdir_jni}/libcgi-java.so" +FILES_libcgi-jni-dbg = "${libdir_jni}/.debug/libcgi-java.so" +RDEPENDS_libcgi-java = "libcgi-jni" + +FILES_libunixsocket-java = "${datadir_java}/unix*.jar" +FILES_libunixsocket-jni = "${libdir_jni}/libunix-java.so" +FILES_libunixsocket-jni-dbg = "${libdir_jni}/.debug/libunix-java.so" +RDEPENDS_libunixsocket-java = "libunixsocket-jni" + +FILES_${PN}-io-java = "${datadir_java}/io*.jar" + +FILES_${PN}-debug-java = "${datadir_java}/debug-*.jar ${datadir_java}/hexdump*.jar" + diff --git a/recipes/libmatthew/libmatthew_0.7.1.bb b/recipes/libmatthew/libmatthew_0.7.1.bb new file mode 100644 index 0000000000..2a3092cda5 --- /dev/null +++ b/recipes/libmatthew/libmatthew_0.7.1.bb @@ -0,0 +1,8 @@ +require libmatthew.inc + +PR = "r0" + +SRC_URI = "http://www.matthew.ath.cx/projects/java/libmatthew-java-${PV}.tar.gz \ + file://Makefile-0.7.patch;patch=1" + + diff --git a/recipes/libmatthew/libmatthew_0.7.bb b/recipes/libmatthew/libmatthew_0.7.bb new file mode 100644 index 0000000000..054881cf9b --- /dev/null +++ b/recipes/libmatthew/libmatthew_0.7.bb @@ -0,0 +1,9 @@ +require libmatthew.inc + +PR = "r1" + +SRC_URI = "http://www.matthew.ath.cx/projects/java/libmatthew-java-${PV}.tar.gz \ + file://Makefile-0.7.patch;patch=1" + +VER_UNIX ?= "0.4" + |