diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-16 08:50:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-16 08:50:38 +0000 |
commit | 9b0c4a28ccc44b9052068277529f8b53314d8099 (patch) | |
tree | 71e0ab4bee25d78ac0f79c8401f1ea711faed43f /gnome | |
parent | 1c5542ec54218e42a56f4502ebd71eceabc14bce (diff) |
staging for gnome-vfs
BKrev: 40a72b5eyE1hHjsiPCMgP7VcW9vaFQ
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gnome-vfs_2.6.0.oe | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gnome/gnome-vfs_2.6.0.oe b/gnome/gnome-vfs_2.6.0.oe index e69de29bb2..ffba5935a6 100644 --- a/gnome/gnome-vfs_2.6.0.oe +++ b/gnome/gnome-vfs_2.6.0.oe @@ -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 +} |