[oe-commits] Erik Boto : libgpod: new recipe; A library to access the Apple iPod

GIT User account git at amethyst.openembedded.net
Wed Jan 21 18:51:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ebb2efd204ef69494d0ac3abf8f970ce98c108a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ebb2efd204ef69494d0ac3abf8f970ce98c108a3

Author: Erik Boto <erik.boto at gmail.com>
Date:   Wed Jan 21 19:50:05 2009 +0100

libgpod: new recipe; A library to access the Apple iPod

---

 packages/libgpod/libgpod_0.6.0.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/packages/libgpod/libgpod_0.6.0.bb b/packages/libgpod/libgpod_0.6.0.bb
new file mode 100644
index 0000000..75a4e20
--- /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
+}
+





More information about the Openembedded-commits mailing list