add glrr-widgets, a library for inspection widgets for Gtk+ based programs
authorMichael Lauer <mickey@vanille-media.de>
Sun, 22 Oct 2006 14:45:14 +0000 (14:45 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 22 Oct 2006 14:45:14 +0000 (14:45 +0000)
packages/grift/glrr-widgets_20050529.bb [new file with mode: 0644]

diff --git a/packages/grift/glrr-widgets_20050529.bb b/packages/grift/glrr-widgets_20050529.bb
new file mode 100644 (file)
index 0000000..55cd017
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "gtk+ debug and inspection widgets"
+HOMEPAGE = "http://sf.net/project/grift"
+SECTION = "libs/devel"
+LICENSE = "BSD"
+DEPENDS = "glib-2.0 gtk+"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/grift/glrr-widgets-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}
+