initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / directfb / lite_0.9.26+cvs20070207.bb
blob231a1efeca04a96f7f2c2678d031493bebdd9b5f
1 DESCRIPTION = "LiTE stands for Lightweight Toolkit Enabler. Its role is to \
2 facilitate the functions of DirectFB so that a toolbox could \
3 be written on top of DirectFB with less effort. As such LiTE \
4 has abstractions for the underlying graphics and event systems."
6 DEPENDS = "directfb"
7 SECTION = "libs"
8 LICENSE = "LGPL"
10 # this is a CVS only release
12 SRC_URI = "cvs://anonymous@cvs.directfb.org/cvs/directfb;method=pserver;module=lite;date=${@bb.data.getVar('PV', d, 1)[10:]}"
14 S = "${WORKDIR}/lite"
16 inherit autotools pkgconfig
18 do_configure_append() {
19 find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g'
22 do_install() {
23 oe_runmake 'DESTDIR=${D}' install
26 FILES_lite-dbg_append = " ${libdir}/directfb-1.0-0/*/*/.debug/*.so \
27 ${libdir}/directfb-1.0-0/*/.debug/*.so \
29 FILES_lite-dev_append = " ${libdir}/directfb-1.0-0/interfaces/*/*.la \
32 FILES_lite_append = " ${libdir}/directfb-1.0-0/interfaces/*/*.so \
33 ${datadir}/LiTE/* \
34 ${datadir}/fonts/truetype/* \