diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-02-28 18:03:53 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-02-28 18:05:09 +0100 |
commit | 869f12d693c20723510f898e29905bbe79d7bbc1 (patch) | |
tree | a52cf40eac42e5cb2a89cf6feb06b0978b9a2160 /recipes/pngcrush/pngcrush_1.7.9.bb | |
parent | 94d80297346f507fad961a373a2225e4bf559c27 (diff) |
pngcrush: Bump recipe to version 1.7.9
* Rename both the target and native recipe to 1.7.9
* Switch to new style checksums
Diffstat (limited to 'recipes/pngcrush/pngcrush_1.7.9.bb')
-rw-r--r-- | recipes/pngcrush/pngcrush_1.7.9.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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} +} |