diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-12 20:22:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-12 20:22:26 +0000 |
commit | fc04bb66fdd9d88b6d4f461211fdc96799a6c903 (patch) | |
tree | 2667fd596188d76616422484df3f82c400cf4e51 /packages/efl/embryo_0.9.1.026.bb | |
parent | ffe4d73587bc0136d9b9a7e891f20987481af135 (diff) | |
parent | 5801f1d73d5dd9ab259000c9a606d304916c5a46 (diff) |
merge of 42b8c7920b08e37a6ea01ca90bfdc0e0aa4c2759
and b4da6e3e315557823da6a4486c8fb7ab3d82ab8a
Diffstat (limited to 'packages/efl/embryo_0.9.1.026.bb')
-rw-r--r-- | packages/efl/embryo_0.9.1.026.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/efl/embryo_0.9.1.026.bb b/packages/efl/embryo_0.9.1.026.bb new file mode 100644 index 0000000000..0009c0a149 --- /dev/null +++ b/packages/efl/embryo_0.9.1.026.bb @@ -0,0 +1,11 @@ +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 + +FILES_${PN}-examples = "${datadir}/${PN}/examples"
\ No newline at end of file |