aboutsummaryrefslogtreecommitdiffstats
path: root/gnome/libgnome_2.6.1.1.oe
blob: 1618fe0207a0ea3d1d5c0cf6cd982572ab6c71a2 (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
25
26
27
28
29
30
31
32
33
34
SRC_URI = "${GNOME_MIRROR}/libgnome/2.6/libgnome-${PV}.tar.bz2 \
	   file://makefile.patch;patch=1"

inherit autotools libtool pkgconfig

DEPENDS = "gnome-vfs libbonobo"

EXTRA_OECONF = "--disable-gtk-doc"

HEADERS = " \
libgnometypebuiltins.h \
gnome-config.h \
gnome-sound.h \
gnome-triggers.h \
gnome-program.h \
gnome-help.h \
gnome-i18n.h \
gnome-exec.h \
gnome-gconf.h \
gnome-url.h \
gnome-util.h \
gnome-macros.h \
gnome-score.h \
gnome-init.h \
libgnome.h \
"

do_stage() {
	install -d ${STAGING_INCDIR}/libgnome-2.0/libgnome
	for i in ${HEADERS}; do
		install -m 0644 libgnome/$i ${STAGING_INCDIR}/libgnome-2.0/libgnome/$i
	done
	oe_libinstall -C libgnome -a -so libgnome-2 ${STAGING_LIBDIR}
}