ecj-initial: convert to new staging system
[openembedded.git] / recipes / fbv / fbv_1.0b.bb
blob52e19a819f184a1cdfe9a023762c5133e913c218
1 DESCRIPTION = "Frame Buffer Viewer"
2 LICENSE = "GPL"
3 DEPENDS = "libpng jpeg"
4 PR = "r2"
6 SRC_URI = "http://s-tech.elsat.net.pl/fbv/fbv-1.0b.tar.gz \
7 file://cross_compile.patch;patch=1 \
8 file://fbv-1.0b.patch;patch=1 \
11 do_configure() {
12 CC="${CC}" ./configure --without-libungif
15 do_compile() {
16 oe_runmake CC="${CC}" \
17 CFLAGS="-O2 -Wall -D_GNU_SOURCE -D__KERNEL_STRICT_NAMES"
20 do_install() {
21 install -d ${D}${bindir}
22 install -m 0755 fbv ${D}${bindir}
24 # man
25 install -d ${D}${mandir}/man1/
26 install -m 0644 fbv.1 ${D}${mandir}/man1/fbv.1
30 SRC_URI[md5sum] = "3e466375b930ec22be44f1041e77b55d"
31 SRC_URI[sha256sum] = "9b55b9dafd5eb01562060d860e267e309a1876e8ba5ce4d3303484b94129ab3c"