diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-01-27 21:39:31 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-01-27 21:39:31 +0000 |
commit | 7186a6cbd89018cc88b89aed599678ff5b703bee (patch) | |
tree | e936fa6b5c0d353e5c96bca1ed67e0057bbb6a44 /packages/efl/embryo-utils_0.9.1.037.bb | |
parent | 68e1462d95f8bdac57ce74e4583d92af8f754b40 (diff) | |
parent | 17b9b9959b55d5466d514eb9fe00ac3b6418ff81 (diff) |
merge of '0e9339789b8be553a43cbdf4010cc70792764d17'
and 'd4eb4ca83d3c296c262477a5a3f77d388d7a8ceb'
Diffstat (limited to 'packages/efl/embryo-utils_0.9.1.037.bb')
-rw-r--r-- | packages/efl/embryo-utils_0.9.1.037.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/efl/embryo-utils_0.9.1.037.bb b/packages/efl/embryo-utils_0.9.1.037.bb new file mode 100644 index 0000000000..d507c53cce --- /dev/null +++ b/packages/efl/embryo-utils_0.9.1.037.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 = "" |