From: Koen Kooi Date: Tue, 9 Jan 2007 10:47:43 +0000 (+0000) Subject: libosso-gsf: add 1.11.10.4 X-Git-Tag: Release-2010-05/1~9420^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b433290b735354319e6ce954c3c1ee64afb81007;p=openembedded.git libosso-gsf: add 1.11.10.4 --- diff --git a/packages/maemo3/libosso-gsf_1.11.10.4.bb b/packages/maemo3/libosso-gsf_1.11.10.4.bb new file mode 100644 index 0000000000..8888ac7780 --- /dev/null +++ b/packages/maemo3/libosso-gsf_1.11.10.4.bb @@ -0,0 +1,20 @@ +LICENSE = "GPL" + +DEPENDS = "glib-2.0 zlib" + +SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-1.tar.gz" + +inherit autotools pkgconfig + + +do_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + +do_stage() { + autotools_stage_all +} + +