generic-poky/meta/packages/libgsf/libgsf_1.14.5.bb
Marcin Juszkiewicz ebb71f62d1 libgsf: updated to 1.14.5, dropped older
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2524 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-20 12:44:04 +00:00

25 lines
469 B
BlitzBasic

LICENSE = "GPL"
SECTION = "libs"
PR = "r0"
DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
RDEPENDS = "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"
do_stage() {
autotools_stage_all
}