aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Bushmelev <jay4mail@gmail.com>2011-04-26 10:53:14 +0400
committerYuri Bushmelev <jay4mail@gmail.com>2011-04-26 10:53:14 +0400
commit8be5ba04671f5844e0d2f338279842ae2864b52e (patch)
tree773f8e4b2396dead13f029e87e2b61e39497a5d8
parentbb030383c14c695b6f6797cd3e02f3ae117244b9 (diff)
downloadopenembedded-8be5ba04671f5844e0d2f338279842ae2864b52e.tar.gz
goocanvas: new recipe: GooCanvas is a canvas widget for GTK+
-rw-r--r--recipes/goocanvas/goocanvas_1.0.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/goocanvas/goocanvas_1.0.0.bb b/recipes/goocanvas/goocanvas_1.0.0.bb
new file mode 100644
index 0000000000..c01d78deeb
--- /dev/null
+++ b/recipes/goocanvas/goocanvas_1.0.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing"
+HOMEPAGE = "http://live.gnome.org/GooCanvas"
+SECTION = "x11/libs"
+DEPENDS = "gtk+ glib-2.0 cairo gettext"
+LICENSE = "GPL"
+
+SRC_URI = "${GNOME_MIRROR}/${PN}/1.0/${PN}-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "4858a22239e45cf374195bae520021c2"
+SRC_URI[sha256sum] = "1c072ef88567cad241fb4addee26e9bd96741b1503ff736d1c152fa6d865711e"