aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zeroc/icee.inc
diff options
context:
space:
mode:
authorMaksym Parkachov <lazy.gopher@gmail.com>2010-12-13 02:15:01 +0000
committerKhem Raj <raj.khem@gmail.com>2010-12-12 23:35:51 -0800
commit2704fd5da32a9759976c2cc02bdff5234d732788 (patch)
tree898d28e808de881d6aff4a508a47606e5b642056 /recipes/zeroc/icee.inc
parent4a8caae899cd01df7072c4bcd415ce4df4836402 (diff)
downloadopenembedded-2704fd5da32a9759976c2cc02bdff5234d732788.tar.gz
icee: New program ZeroC IceE
* added version of 1.3.0 of libicee * added slice2cppe with both native and target version * fixed multipe issues with makefiles * implemented package split mostly as in debian Signed-off-by: Maksym Parkachov <lazy.gopher@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/zeroc/icee.inc')
-rw-r--r--recipes/zeroc/icee.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/zeroc/icee.inc b/recipes/zeroc/icee.inc
new file mode 100644
index 0000000000..779e900e78
--- /dev/null
+++ b/recipes/zeroc/icee.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "ZeroC Internet Comminication Engine (ICE) embedded"
+HOMEPAGE = "http://www.zeroc.com/icee/index.html"
+LICENSE = "GPLv2"
+SECTION = "libs"
+PR = "r0"
+
+S = "${WORKDIR}/IceE-${PV}"
+
+do_removebinary () {
+ rm -rf ${S}/cpp/bin/slice2cppe
+}
+addtask removebinary before do_patch after do_unpack
+
+do_install () {
+ oe_runmake prefix=${D}${prefix} install
+}
+NATIVE_INSTALL_WORKS = "1"