Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into org.openembedded.dev
[vuplus_openembedded] / recipes / grift / glrr-widgets_20050529.bb
1 DESCRIPTION = "gtk+ debug and inspection widgets"
2 HOMEPAGE = "http://sf.net/project/grift"
3 SECTION = "libs/devel"
4 LICENSE = "BSD"
5 DEPENDS = "glib-2.0 gtk+"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/grift/glrr-widgets-${PV}.tar.bz2"
8
9 inherit autotools pkgconfig
10
11 do_stage() {
12         autotools_stage_all
13 }
14