force EXTRA_AUTORECONF=""
authorPhil Blundell <philb@gnu.org>
Tue, 24 Aug 2004 08:44:26 +0000 (08:44 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 24 Aug 2004 08:44:26 +0000 (08:44 +0000)
BKrev: 412affeadk_NcjJiN8KBRJ1AAzYDTg

gnome/gnome-common_2.4.0.oe

index e69de29..ffe9868 100644 (file)
@@ -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}
+}