diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-03-19 19:03:13 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-03-20 00:55:19 +0100 |
commit | 595952e9bbff5d25c370fd140d58c3aae9434690 (patch) | |
tree | f31f19cc1be1cc141b62c47737fad4995b0e43b6 | |
parent | 748445f26f0f8e541eee6c1f409b6d78053d5383 (diff) |
cacao 0.99.4: New recipe.
cacaoh-native 0.99.4: New recipe.
-rw-r--r-- | recipes/cacao/cacao_0.99.4.bb | 7 | ||||
-rw-r--r-- | recipes/cacao/cacaoh-native_0.99.4.bb | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/recipes/cacao/cacao_0.99.4.bb b/recipes/cacao/cacao_0.99.4.bb new file mode 100644 index 0000000000..982e2e3ac1 --- /dev/null +++ b/recipes/cacao/cacao_0.99.4.bb @@ -0,0 +1,7 @@ +require cacao.inc + +PR = "r0" + +SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \ + file://vfp-compat.patch;patch=1 \ + " diff --git a/recipes/cacao/cacaoh-native_0.99.4.bb b/recipes/cacao/cacaoh-native_0.99.4.bb new file mode 100644 index 0000000000..d2d833dff3 --- /dev/null +++ b/recipes/cacao/cacaoh-native_0.99.4.bb @@ -0,0 +1,5 @@ +require cacaoh-native.inc + +PR = "r0" + +SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2" |