aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Boto <erik.boto@gmail.com>2009-01-21 19:50:05 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-21 19:50:27 +0100
commitebb2efd204ef69494d0ac3abf8f970ce98c108a3 (patch)
tree69fe1c510f40598676e1abecaf42068453c77fa2
parent00251a22950a0e837c83ca6613e9bf3cce389f52 (diff)
downloadopenembedded-ebb2efd204ef69494d0ac3abf8f970ce98c108a3.tar.gz
libgpod: new recipe; A library to access the Apple iPod
-rw-r--r--packages/libgpod/libgpod_0.6.0.bb15
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 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
+}
+