use gnome.oeclass
authorPhil Blundell <philb@gnu.org>
Sun, 1 Aug 2004 22:21:11 +0000 (22:21 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 1 Aug 2004 22:21:11 +0000 (22:21 +0000)
BKrev: 410d6cd78ZZceJOdgsDwioJMzHB4vQ

gnome/libgnome_2.6.1.1.oe

index 1618fe0..9e63acb 100644 (file)
@@ -1,34 +1,14 @@
-SRC_URI = "${GNOME_MIRROR}/libgnome/2.6/libgnome-${PV}.tar.bz2 \
-          file://makefile.patch;patch=1"
+PR = "r1"
 
-inherit autotools libtool pkgconfig
+inherit gnome
+
+SRC_URI += "file://makefile.patch;patch=1"
 
 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}
+       gnome_stage_includes
 }