summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-22 14:44:25 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-22 14:44:25 +0000
commit60011875be7815d0b002738ff0cfd18c7bfdcedc (patch)
treee82e1f4194ca8b86e0c0fd088ca2ed25140a5b1e /packages
parent1a1ba4d8b2dc14d53704fd3c5a5f443f524e0626 (diff)
add glrr, an inspection library for glib, gobject, and gtk+
Diffstat (limited to 'packages')
-rw-r--r--packages/grift/.mtn2git_empty0
-rw-r--r--packages/grift/glrr_20050529.bb14
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/grift/.mtn2git_empty b/packages/grift/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/grift/.mtn2git_empty
diff --git a/packages/grift/glrr_20050529.bb b/packages/grift/glrr_20050529.bb
new file mode 100644
index 0000000000..9b4ec407e8
--- /dev/null
+++ b/packages/grift/glrr_20050529.bb
@@ -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
+}
+