libgsf: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73c
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 21 Apr 2011 18:06:16 +0000 (20:06 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:11:47 +0000 (08:11 -0800)
(From meta-openembedded rev: d0333df7e8f8dee1384751743f5ef93492a5f4ee)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb b/meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb
new file mode 100644 (file)
index 0000000..3ac7d6e
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "GNOME Structured File Library"
+LICENSE = "GPL"
+SECTION = "libs"
+PR = "r1"
+
+DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
+RDEPENDS_${PN} = "gconf gnome-vfs"
+
+
+PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "
+
+FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*"
+FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome"
+
+inherit autotools pkgconfig gnome gconf
+
+EXTRA_OECONF = "\
+               --without-python \
+               --without-gnome \
+               --disable-gtk-doc \
+               --with-bz2"