From patchwork Thu Apr 21 18:10:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-gnome, 03/10] libgsf: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73c Date: Thu, 21 Apr 2011 18:10:45 -0000 From: Koen Kooi X-Patchwork-Id: 2587 Message-Id: <1303409452-19263-3-git-send-email-koen@dominion.thruhere.net> To: openembedded-core@lists.openembedded.org Cc: Koen Kooi Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb new file mode 100644 index 0000000..3ac7d6e --- /dev/null +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb @@ -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"