staging for gnome-vfs
authorPhil Blundell <philb@gnu.org>
Sun, 16 May 2004 08:50:38 +0000 (08:50 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 16 May 2004 08:50:38 +0000 (08:50 +0000)
BKrev: 40a72b5eyE1hHjsiPCMgP7VcW9vaFQ

gnome/gnome-vfs_2.6.0.oe

index e69de29..ffba593 100644 (file)
@@ -0,0 +1,37 @@
+DEPENDS = "libxml2 gconf libbonobo bzip2"
+
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.6/${PN}-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+GNOME_VFS_HEADERS = " \
+gnome-vfs-utils.h \
+gnome-vfs-application-registry.h \
+gnome-vfs-async-ops.h \
+gnome-vfs-ops.h \
+gnome-vfs-uri.h \
+gnome-vfs-standard-callbacks.h \
+gnome-vfs-module-callback.h \
+gnome-vfs-context.h \
+gnome-vfs-file-info.h \
+gnome-vfs-directory.h \
+gnome-vfs-mime-monitor.h \
+gnome-vfs-mime-handlers.h \
+gnome-vfs-result.h \
+gnome-vfs-job-limit.h \
+gnome-vfs-file-size.h \
+gnome-vfs-mime-utils.h \
+gnome-vfs-find-directory.h \
+gnome-vfs-init.h \
+gnome-vfs-handle.h \
+gnome-vfs.h \
+gnome-vfs-cancellation.h \
+gnome-vfs-xfer.h \
+gnome-vfs-monitor.h \
+gnome-vfs-types.h"
+
+do_stage() {
+       oe_libinstall -so -C libgnomevfs libgnomevfs-2 ${STAGING_LIBDIR}
+       install -d ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs
+       for i in ${GNOME_VFS_HEADERS}; do install -m 0644 libgnomevfs/$i ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs/; done
+}