surpport seeking the recorded video
[vuplus_openembedded] / recipes / pngcrush / pngcrush_1.6.4.bb
1 DESCRIPTION = "Tool to optimize PNG images"
2 SECTION = "console/graphics"
3 HOMEPAGE = "http://pmt.sourceforge.net/pngcrush"
4
5 SRC_URI = "${SOURCEFORGE_MIRROR}/pmt/pngcrush-${PV}.tar.gz"
6
7 #DEPENDS += "libsdl-net smpeg"
8
9 EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LD='${CC}'"
10
11 do_install () {
12         install -d ${D}${bindir}
13         install -m 755 ${BPN} ${D}${bindir}
14 }