summaryrefslogtreecommitdiff
path: root/recipes/pngcrush/pngcrush_1.6.4.bb
blob: 8d3781161ef6a2697ede7589bc2b9d20e55429a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Tool to optimize PNG images"
SECTION = "console/graphics"
HOMEPAGE = "http://pmt.sourceforge.net/pngcrush"

SRC_URI = "${SOURCEFORGE_MIRROR}/pmt/pngcrush-${PV}.tar.gz"

#DEPENDS += "libsdl-net smpeg"

EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LD='${CC}'"

do_install () {
        install -d ${D}${bindir}
        install -m 755 ${BPN} ${D}${bindir}
}