# Copyright (C) 2009 Kirtika B Ruchandani # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Patched version of libgsf" HOMEPAGE = "http://maemo.org" LICENSE = "GPL" SECTION = "base" DEPENDS = "glib-2.0 zlib" PR = "r2" SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/libo/${PN}/${PN}_${PV}-2.tar.gz" inherit autotools pkgconfig do_configure(){ oe_runconf } do_stage() { autotools_stage_all }