aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-12-23 13:02:30 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-27 16:14:20 +0100
commit2d80beed164019220aaf922bcd7a853951c7bdbc (patch)
treebebc978787772dd724393c0f361057ea3592ea88 /meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
parent5df465fcb72f8ec3417951f67cba0cbc73e23f5c (diff)
downloadmeta-openembedded-2d80beed164019220aaf922bcd7a853951c7bdbc.tar.gz
icon-slicer: initial add 0.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb')
-rw-r--r--meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb b/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
new file mode 100644
index 0000000000..b9a29099bb
--- /dev/null
+++ b/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "gtk+ popt"
+
+SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \
+ file://0001-Makefile.am-no-examples.patch"
+SRC_URI[md5sum] = "5c5374d4f265b0abe4daef1d03f87104"
+SRC_URI[sha256sum] = "05f0216dd0c25a17859de66357f64da5033375b6fbf5f31ca54867311160b64d"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"