1*4882a593SmuzhiyunSUMMARY = "Example DirectFB applications"
2*4882a593SmuzhiyunDESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \
3*4882a593Smuzhiyun      applications that can be used to test and demonstrate various DirectFB \
4*4882a593Smuzhiyun      features"
5*4882a593SmuzhiyunDEPENDS = "directfb"
6*4882a593SmuzhiyunSECTION = "libs"
7*4882a593SmuzhiyunLICENSE = "MIT"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRC_URI = " \
10*4882a593Smuzhiyun           http://downloads.yoctoproject.org/mirror/sources/DirectFB-examples-${PV}.tar.gz \
11*4882a593Smuzhiyun           file://configure.in-Fix-string-argument-syntax.patch \
12*4882a593Smuzhiyun          "
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunS = "${WORKDIR}/DirectFB-examples-${PV}"
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuninherit autotools pkgconfig
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunSRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307"
21*4882a593SmuzhiyunSRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"
22