From: Erik Boto Date: Wed, 21 Jan 2009 18:50:05 +0000 (+0100) Subject: libgpod: new recipe; A library to access the Apple iPod X-Git-Tag: Release-2010-05/1~4192^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb2efd204ef69494d0ac3abf8f970ce98c108a3;p=openembedded.git libgpod: new recipe; A library to access the Apple iPod --- diff --git a/packages/libgpod/libgpod_0.6.0.bb b/packages/libgpod/libgpod_0.6.0.bb new file mode 100644 index 0000000000..75a4e20aca --- /dev/null +++ b/packages/libgpod/libgpod_0.6.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "libgpod - a library to access the Apple iPod" +HOMEPAGE = "http://www.gtkpod.org/libgpod.html" +LICENSE = "LGPL" +DEPENDS = "glib-2.0" +SECTION = "libs/multimedia" +PR = "r0" + +inherit autotools + +SRC_URI = "http://kent.dl.sourceforge.net/sourceforge/gtkpod/libgpod-${PV}.tar.gz" + +do_stage() { + autotools_stage_all +} +