Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Example DirectFB applications" |
| 2 | DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \ |
| 3 | applications that can be used to test and demonstrate various DirectFB \ |
| 4 | features" |
| 5 | DEPENDS = "directfb" |
| 6 | SECTION = "libs" |
| 7 | LICENSE = "MIT" |
| 8 | |
| 9 | SRC_URI = " \ |
| 10 | http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ |
| 11 | file://configure.in-Fix-string-argument-syntax.patch \ |
| 12 | " |
| 13 | |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" |
| 15 | |
| 16 | S = "${WORKDIR}/DirectFB-examples-${PV}" |
| 17 | |
| 18 | inherit autotools pkgconfig |
| 19 | |
| 20 | SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307" |
| 21 | SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a" |