summaryrefslogtreecommitdiff
path: root/packages/embryo/embryo_0.9.1.007.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-08 13:48:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-08 13:48:31 +0000
commitac2189551d8f54baafe3e5526bd38433f8f9cf8a (patch)
tree38280a2e97a786c4b09f28442e9e45329470d08b /packages/embryo/embryo_0.9.1.007.bb
parent86404033c9bb58e7870007571073d5394efaed7e (diff)
MASSIVE EFL (Enlightenment Foundation Libraries) Update:
- edb - eet - embryo - ecore - evas - edje - ewl - imlib - adjust preferred-e-packages as well Next step: Add Entrance and E17
Diffstat (limited to 'packages/embryo/embryo_0.9.1.007.bb')
-rw-r--r--packages/embryo/embryo_0.9.1.007.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/embryo/embryo_0.9.1.007.bb b/packages/embryo/embryo_0.9.1.007.bb
deleted file mode 100644
index 49a1e9df4e..0000000000
--- a/packages/embryo/embryo_0.9.1.007.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Embryo implements a C like scripting language used in various parts \
-of the Enlightenment project, namely Edje. Embryo's scripting language is based on \
-CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. \
-Embryo allows scripting capabilities in places that otherwise wouldn't support \
-basic programming structures such as in Edje EDCs."
-SECTION = "e/libs"
-LICENSE = "MIT"
-PR = "r0"
-
-SRC_URI = "http://enlightenment.freedesktop.org/files/embryo-${PV}.tar.gz"
-S = "${WORKDIR}/embryo-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-do_stage () {
- oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/
-}
-
-PACKAGES += "embryo-examples"
-
-FILES_${PN} = "${libdir}/libembryo*.so*"
-FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig"
-FILES_${PN}-examples = "${datadir}"
-