]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/efl/embryo-utils_0.9.1.023.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / efl / embryo-utils_0.9.1.023.bb
1 DESCRIPTION = "Embryo implements a C like scripting language used in various parts \
2 of the Enlightenment project, namely Edje. Embryo's scripting language is based on \
3 CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. \
4 Embryo allows scripting capabilities in places that otherwise wouldn't support \
5 basic programming structures such as in Edje EDCs."
6 LICENSE = "MIT"
7 PR = "r4"
8
9 inherit efl
10
11 SRC_URI = "http://enlightenment.freedesktop.org/files/embryo-${PV}.tar.gz"
12 S = "${WORKDIR}/embryo-${PV}"
13
14 PACKAGES = "embryo-utils"
15 FILES_${PN} = "${bindir}/embryo ${bindir}/embryo_* ${datadir}/embryo/include"
16
17 libraries = ""
18 headers = ""
19
20 #do_install () {
21 #       for f in $FILES_${PN}; do
22 #               echo $f
23 #       done
24 #}