2024-09-09 08:57:42 +00:00
|
|
|
SUMMARY = "Example DirectFB applications"
|
2024-09-09 08:52:07 +00:00
|
|
|
DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \
|
|
|
|
applications that can be used to test and demonstrate various DirectFB \
|
|
|
|
features"
|
|
|
|
DEPENDS = "directfb"
|
|
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
|
|
|
http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \
|
2024-09-09 08:57:42 +00:00
|
|
|
file://configure.in-Fix-string-argument-syntax.patch \
|
2024-09-09 08:52:07 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/DirectFB-examples-${PV}"
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
inherit autotools pkgconfig
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307"
|
|
|
|
SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"
|