Merging
[vuplus_openembedded] / etox / etox_cvs.oe
1 DESCRIPTION = "Etox is a type setting and text layout library based on Evas. \
2 Etox helps you when it comes to displaying, moving, resizing, layering, \
3 clipping, aligning and coloring fonts in different styles, and more."
4 SECTION = "libs"
5 DEPENDS = "edb evas ecore"
6 PV = "${CVSDATE}"
7 PR = "r1"
8 LICENSE = "MIT"
9
10 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/etox"
11 S = "${WORKDIR}/etox"
12
13 inherit autotools pkgconfig binconfig
14
15 export EDB_CONFIG = "${STAGING_BINDIR}/edb-config"
16 export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config"
17 export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config"
18
19 do_stage () {
20         oe_libinstall -C src libetox ${STAGING_LIBDIR}/
21         install -m 0644 ${S}/src/Etox.h ${STAGING_INCDIR}/
22 }
23
24 PACKAGES += "etox-examples"
25
26 FILES_${PN} = "${libdir}/libetox*.so*"
27 FILES_${PN}-dev += "${bindir}/etox-config ${libdir}/pkgconfig"
28 FILES_${PN}-examples = "${bindir}/etox* ${datadir}"