diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-03-20 00:53:57 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-03-20 00:55:26 +0100 |
commit | 3b2c009653f81090e09ebbf713d7fa0e2c1d4b21 (patch) | |
tree | e3a86237efef71c3140a8df00db3d685bf9d30c5 /recipes | |
parent | 7f17340d80e7ac265931cef69168e331d63ff15b (diff) |
cacao-native 0.99.3: Retrieve recipe back.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/cacao/cacao-native_0.99.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/cacao/cacao-native_0.99.3.bb b/recipes/cacao/cacao-native_0.99.3.bb new file mode 100644 index 0000000000..878ef4dac2 --- /dev/null +++ b/recipes/cacao/cacao-native_0.99.3.bb @@ -0,0 +1,13 @@ +require cacao-native.inc + +PR = "r0" + +SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2" + +do_compile_prepend() { + + install -d ${S}/src/classes/classes/java + install -d ${S}/src/classes/classes/gnu/java + install -d ${S}/src/classes/classes/sun +} + |