aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libgsf_1.14.16.bb
blob: aa83dc84c7c38d22f8353fbf2b79112f3878dc00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LICENSE = "GPL"
SECTION = "libs"

DEPENDS= "gtk+ libxml2 bzip2 glib-2.0 zlib gtk-doc libbonobo gnome-vfs"
RDEPENDS = "gconf gnome-vfs"

PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "

FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*"
FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome"

inherit gnome

EXTRA_OECONF = "\
		--without-python \
		--with-gnome \
		--with-bz2"

do_stage() {
	autotools_stage_all
}

SRC_URI[archive.md5sum] = "8478d83fda0b6e57f36550c11a693ee1"
SRC_URI[archive.sha256sum] = "11fd8fca1bdbcfa426276a124ad083cca9632f03cf766523bcdfb2fca0b08908"