add glrr, an inspection library for glib, gobject, and gtk+
authorMichael Lauer <mickey@vanille-media.de>
Sun, 22 Oct 2006 14:44:25 +0000 (14:44 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 22 Oct 2006 14:44:25 +0000 (14:44 +0000)
packages/grift/.mtn2git_empty [new file with mode: 0644]
packages/grift/glrr_20050529.bb [new file with mode: 0644]

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