aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/refdbg
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/refdbg')
-rw-r--r--recipes/refdbg/refdbg_1.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/refdbg/refdbg_1.2.bb b/recipes/refdbg/refdbg_1.2.bb
new file mode 100644
index 0000000000..8001872ef8
--- /dev/null
+++ b/recipes/refdbg/refdbg_1.2.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "RefDbg is a GObject Reference Count Debugger"
+HOMEPAGE = "http://refdbg.sourceforge.net/index.html"
+LICENSE = "GPL"
+SECTION = "devel"
+DEPENDS = "binutils"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/refdbg/refdbg-${PV}.tar.gz"
+
+inherit autotools
+