summaryrefslogtreecommitdiff
path: root/packages/nonworking/efl/edje_0.5.0.038.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-06-22 17:57:39 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-06-22 17:57:39 +0000
commitb669962c250fb4a2a8c5badfe5b3717569b80abc (patch)
treeb75f8720b17f1fe93c76dc19407dc86cd73ad555 /packages/nonworking/efl/edje_0.5.0.038.bb
parenta14b857a5eb21816991ca6ec50c9520f9bcc61dd (diff)
parent2f7f445a9c6463ce4a7cec1844911085b1536b1c (diff)
merge of 'a9d59f7c5db704e36d7f7dbda87b750cabbbc775'
and 'fcf3721db5cf2d3c669e8d3d36cd3ca4df792f6f'
Diffstat (limited to 'packages/nonworking/efl/edje_0.5.0.038.bb')
-rw-r--r--packages/nonworking/efl/edje_0.5.0.038.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/packages/nonworking/efl/edje_0.5.0.038.bb b/packages/nonworking/efl/edje_0.5.0.038.bb
new file mode 100644
index 0000000000..d51dd119e4
--- /dev/null
+++ b/packages/nonworking/efl/edje_0.5.0.038.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "Edje is a complex graphical design & layout library."
+# can also install vim data files
+DEPENDS = "virtual/evas virtual/ecore eet embryo edje-native"
+LICENSE = "MIT"
+PR = "r7"
+
+## package.bbclass kills packages when there are duplicates, this means
+## that efl.bbclass can't have PACKAGES += and so the FILES for previous
+## packages take precedence over -utils
+#PACKAGES = "edje-utils"
+#RPROVIDES_edje-utils += "libedje-utils"
+#FILES_edje-utils = "${bindir}/edje ${bindir}/edje_* ${datadir}/edje/data/template ${datadir}/edje/include"
+#RDEPENDS_edje-utils += "libembryo-utils cpp cpp-symlinks gcc gcc-symlinks"
+
+inherit efl
+
+SRC_URI += "${E_CVS};module=e17/libs/edje/m4;date=20060101"
+
+do_configure_prepend() {
+ install -d "${S}/m4"
+ install "${WORKDIR}/m4/"*.m4 "${S}/m4"
+ aclocal -I m4
+}
+
+LEAD_SONAME = "libedje.so"
+
+FILES_${PN}-examples = "${datadir}/edje/data/images \
+ ${datadir}/edje/data/src \
+ ${datadir}/edje/data/test \
+ ${datadir}/edje/data/*.sh"
+
+FILES_${SRCNAME}-themes = ""