diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:39 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:39 +0000 |
commit | b669962c250fb4a2a8c5badfe5b3717569b80abc (patch) | |
tree | b75f8720b17f1fe93c76dc19407dc86cd73ad555 /packages/efl1/embryo_0.9.1.038.bb | |
parent | a14b857a5eb21816991ca6ec50c9520f9bcc61dd (diff) | |
parent | 2f7f445a9c6463ce4a7cec1844911085b1536b1c (diff) |
merge of 'a9d59f7c5db704e36d7f7dbda87b750cabbbc775'
and 'fcf3721db5cf2d3c669e8d3d36cd3ca4df792f6f'
Diffstat (limited to 'packages/efl1/embryo_0.9.1.038.bb')
-rw-r--r-- | packages/efl1/embryo_0.9.1.038.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/efl1/embryo_0.9.1.038.bb b/packages/efl1/embryo_0.9.1.038.bb new file mode 100644 index 0000000000..0728ef563b --- /dev/null +++ b/packages/efl1/embryo_0.9.1.038.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 = "r0" + +inherit efl1 lib_package + +FILES_${PN}-examples = "${datadir}/${PN}/examples" |