From: Michael Lauer Date: Sun, 22 Oct 2006 14:44:25 +0000 (+0000) Subject: add glrr, an inspection library for glib, gobject, and gtk+ X-Git-Tag: Release-2010-05/1~9453^2~567^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60011875be7815d0b002738ff0cfd18c7bfdcedc;p=openembedded.git add glrr, an inspection library for glib, gobject, and gtk+ --- diff --git a/packages/grift/.mtn2git_empty b/packages/grift/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 +} +