aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/directfb/++dfb_1.0.0.bb
blob: e25ca78f2b2ff7c7861ebae44171196f5c4ac257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "A C++ Wrapper for the directfb framebuffer library."
HOMEPAGE = "http://directfb.org"
SECTION = "libs"
DEPENDS = "directfb"
LICENSE = "LGPL"

SRC_URI = "http://www.directfb.org/downloads/Extras/++DFB-${PV}.tar.gz"
S = "${WORKDIR}/++DFB-${PV}"
RV = "0.9-25"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}

do_install() {
        oe_runmake 'DESTDIR=${D}' install
}
FILES_++dfb_append = " ${libdir}/*.so*"

SRC_URI[md5sum] = "bfc2c45be253a5f25576587f61faff1b"
SRC_URI[sha256sum] = "bc5b7766318ef6676defdf0103d1b53b48a3fee6b819fbe2076461caa9f94ec9"