diff options
author | Holger Freyther <zecke@selfish.org> | 2006-05-13 14:00:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-13 14:00:14 +0000 |
commit | 69bdd1a150ad4017fa2518df05cff17be98e9cb5 (patch) | |
tree | d0c1412bc7bf26a31fd00b8e953c5843773c5c9c /packages/efl/embryo-utils_0.9.1.026.bb | |
parent | 4e6cf107a375dd8100293ff4de8c8e23be55a2ea (diff) | |
parent | 13e983ea44cd0b8e1b7fc7ff6fdb892658db80ad (diff) |
merge of 008eb71d2c280e1f5c511b697e1376dda71d5eef
and 61329a2030536aebd4f09b262832d612b83a3f03
Diffstat (limited to 'packages/efl/embryo-utils_0.9.1.026.bb')
-rw-r--r-- | packages/efl/embryo-utils_0.9.1.026.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/efl/embryo-utils_0.9.1.026.bb b/packages/efl/embryo-utils_0.9.1.026.bb new file mode 100644 index 0000000000..d507c53cce --- /dev/null +++ b/packages/efl/embryo-utils_0.9.1.026.bb @@ -0,0 +1,18 @@ +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." +LICENSE = "MIT" +PR = "r4" + +inherit efl + +SRC_URI = "${E_URI}/embryo-${PV}.tar.gz" +S = "${WORKDIR}/embryo-${PV}" + +PACKAGES = "embryo-utils" +FILES_${PN} = "${bindir}/embryo ${bindir}/embryo_* ${datadir}/embryo/include" + +libraries = "" +headers = "" |