Merge bk://openembedded@openembedded.bkbits.net/packages
[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 = "libs"
4 DEPENDS = "edb evas ecore etox edje"
5 PV = "${CVSDATE}"
6
7 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ewl"
8 S = "${WORKDIR}/ewl"
9
10 inherit autotools binconfig
11
12 do_stage () {
13         oe_libinstall -C src libewl ${STAGING_LIBDIR}/
14         install -m 0644 ${S}/src/Ewl.h ${STAGING_INCDIR}/
15 }