blob: 55cd017b9de5755db0d41bbedba7eaf73f48c7fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "gtk+ debug and inspection widgets"
HOMEPAGE = "http://sf.net/project/grift"
SECTION = "libs/devel"
LICENSE = "BSD"
DEPENDS = "glib-2.0 gtk+"
SRC_URI = "${SOURCEFORGE_MIRROR}/grift/glrr-widgets-${PV}.tar.bz2"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|