blob: d654b7a1fdedecfebc9deb8235b1a035b5565a3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
SECTION = "x11/gnome"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.2/${PN}-${PV}.tar.bz2"
inherit autotools pkgconfig
DEPENDS = ""
EXTRA_OECONF = "--disable-gtk-doc"
SRC_URI[md5sum] = "2fe5fb39cc18d1a6792fd3281223dfff"
SRC_URI[sha256sum] = "1c6d5a1732742469ec32ab7297f3b8eacfc0f4bfae5fdb096b603877dde12612"
|