Merge oe-devel@oe-devel.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 = "e/libs"
4 DEPENDS = "edb eet evas ecore etox edje"
5 PV = "${CVSDATE}"
6 PR = "r2"
7
8 LICENSE = "MIT"
9
10 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ewl \
11            file://no-x-test.patch;patch=1"
12 S = "${WORKDIR}/ewl"
13
14 inherit autotools binconfig
15
16 do_stage () {
17         oe_libinstall -C src libewl ${STAGING_LIBDIR}/
18         install -m 0644 ${S}/src/Ewl.h ${STAGING_INCDIR}/
19 }
20
21 PACKAGES += "ewl-examples"
22
23 FILES_${PN} = "${libdir}/libewl*.so*"
24 FILES_${PN}-dev += "${bindir}/ewl-config ${libdir}/pkgconfig"
25 FILES_${PN}-examples = "${bindir}/ewl* ${bindir}/edje_ls ${datadir}"
26