Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / gnome / gnome-common_2.4.0.oe
1 LICENSE = GPL
2 SECTION = "x11/gnome"
3 PR = "r0"
4 DESCRIPTION = "Common macros for building GNOME applications"
5 inherit gnome
6
7 EXTRA_AUTORECONF = ""
8 DEPENDS = ""
9
10 FILES_${PN} += "${datadir}/aclocal"
11 FILES_${PN}-dev = ""
12
13 do_stage () {
14         rm -rf ${STAGE_TEMP}
15         mkdir -p ${STAGE_TEMP}
16         make DESTDIR="${STAGE_TEMP}" install
17         cp -a ${STAGE_TEMP}/usr/bin/* ${STAGING_DIR}/${BUILD_SYS}/bin
18         install -d ${STAGING_DIR}/${HOST_SYS}/share/gnome-common
19         cp -a ${STAGE_TEMP}/usr/share/gnome-common/* ${STAGING_DIR}/${HOST_SYS}/share/gnome-common
20         cp -a ${STAGE_TEMP}/usr/share/aclocal/* ${STAGING_DIR}/${HOST_SYS}/share/aclocal
21         rm -rf ${STAGE_TEMP}
22 }