aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grift/glrr_20050529.bb
blob: 9b4ec407e85ff11ae9b7795178df3dfb81a6e54d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}