libgpod: new recipe; A library to access the Apple iPod
authorErik Boto <erik.boto@gmail.com>
Wed, 21 Jan 2009 18:50:05 +0000 (19:50 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 21 Jan 2009 18:50:27 +0000 (19:50 +0100)
packages/libgpod/libgpod_0.6.0.bb [new file with mode: 0644]

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