1a87e8c3c50d0f6370a2e881ba458b32708a7ace
[vuplus_openembedded] / ewl / ewl_cvs.oe
1 DESCRIPTION = "The Enlightened Widget Library, \
2 a simple-to-use general purpose widget library based on the Evas canvas."
3 SECTION = "e/libs"
4 DEPENDS = "edb eet evas ecore etox edje"
5 PV = "${CVSDATE}"
6 PR = "r2"
7
8 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ewl \
9            file://no-x-test.patch;patch=1"
10 S = "${WORKDIR}/ewl"
11
12 inherit autotools binconfig
13
14 do_stage () {
15         oe_libinstall -C src libewl ${STAGING_LIBDIR}/
16         install -m 0644 ${S}/src/Ewl.h ${STAGING_INCDIR}/
17 }
18
19 PACKAGES += "ewl-examples"
20
21 FILES_${PN} = "${libdir}/libewl*.so*"
22 FILES_${PN}-dev += "${bindir}/ewl-config ${libdir}/pkgconfig"
23 FILES_${PN}-examples = "${bindir}/ewl* ${bindir}/edje_ls ${datadir}"
24