From 869f12d693c20723510f898e29905bbe79d7bbc1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 28 Feb 2010 18:03:53 +0100 Subject: pngcrush: Bump recipe to version 1.7.9 * Rename both the target and native recipe to 1.7.9 * Switch to new style checksums --- recipes/pngcrush/pngcrush_1.7.9.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/pngcrush/pngcrush_1.7.9.bb (limited to 'recipes/pngcrush/pngcrush_1.7.9.bb') diff --git a/recipes/pngcrush/pngcrush_1.7.9.bb b/recipes/pngcrush/pngcrush_1.7.9.bb new file mode 100644 index 0000000000..fc284f23d4 --- /dev/null +++ b/recipes/pngcrush/pngcrush_1.7.9.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Tool to optimize PNG images" +SECTION = "console/graphics" +HOMEPAGE = "http://pmt.sourceforge.net/pngcrush" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pmt/pngcrush-${PV}.tar.gz;name=src" + +SRC_URI[src.md5sum] = "6e843bdaa1291ca072ae9afb4d6a09cc" +SRC_URI[src.sha256sum] = "644f0e11b9c60f00943063f93f1813d814466c3516a7924db4c90d64eb70af66" + + +#DEPENDS += "libsdl-net smpeg" + +EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LD='${CC} ${LDFLAGS}'" + +do_install () { + install -d ${D}${bindir} + install -m 755 ${BPN} ${D}${bindir} +} -- cgit 1.2.3-korg