aboutsummaryrefslogtreecommitdiffstats
path: root/packages/embryo/embryo_0.9.1.013.bb
blob: 49a1e9df4eb71a25b41dbe33ea37d5ec83e6c6a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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."
SECTION = "e/libs"
LICENSE = "MIT"
PR = "r0"

SRC_URI = "http://enlightenment.freedesktop.org/files/embryo-${PV}.tar.gz"
S = "${WORKDIR}/embryo-${PV}"

inherit autotools pkgconfig binconfig

do_stage () {
	oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/
	install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/
}

PACKAGES += "embryo-examples"

FILES_${PN} = "${libdir}/libembryo*.so*"
FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig"
FILES_${PN}-examples = "${datadir}"