summaryrefslogtreecommitdiff
path: root/gnome
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-24 08:44:26 +0000
committerPhil Blundell <philb@gnu.org>2004-08-24 08:44:26 +0000
commit8479c75ee3cabff47380d91fac3915c64114e5c2 (patch)
treede18366ee61b003c9766af5ae7bd63d6ec97d888 /gnome
parent6cb8765830ea9637a71bdb2654d1eefd2205a7dc (diff)
force EXTRA_AUTORECONF=""
BKrev: 412affeadk_NcjJiN8KBRJ1AAzYDTg
Diffstat (limited to 'gnome')
-rw-r--r--gnome/gnome-common_2.4.0.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome/gnome-common_2.4.0.oe b/gnome/gnome-common_2.4.0.oe
index e69de29bb2..ffe9868e44 100644
--- a/gnome/gnome-common_2.4.0.oe
+++ b/gnome/gnome-common_2.4.0.oe
@@ -0,0 +1,19 @@
+PR = "r0"
+DESCRIPTION = "Common macros for building GNOME applications"
+inherit gnome
+
+EXTRA_AUTORECONF = ""
+
+FILES_${PN} += "${datadir}/aclocal"
+FILES_${PN}-dev = ""
+
+do_stage () {
+ rm -rf ${STAGE_TEMP}
+ mkdir -p ${STAGE_TEMP}
+ make DESTDIR="${STAGE_TEMP}" install
+ cp -a ${STAGE_TEMP}/usr/bin/* ${STAGING_DIR}/${BUILD_SYS}/bin
+ install -d ${STAGING_DIR}/${HOST_SYS}/share/gnome-common
+ cp -a ${STAGE_TEMP}/usr/share/gnome-common/* ${STAGING_DIR}/${HOST_SYS}/share/gnome-common
+ cp -a ${STAGE_TEMP}/usr/share/aclocal/* ${STAGING_DIR}/${HOST_SYS}/share/aclocal
+ rm -rf ${STAGE_TEMP}
+}