diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-25 13:40:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-25 17:19:36 +0100 |
commit | 3712a4403524be605103b2af0c10066b2cedbf04 (patch) | |
tree | af194f6e75772494f99de8a9cf1c7922a442b379 /recipes/libgpod/libgpod.inc | |
parent | 0ba324cf2d74d3da92be2c688a7ca6a984937e38 (diff) |
libgpod: add 0.7.92
Diffstat (limited to 'recipes/libgpod/libgpod.inc')
-rw-r--r-- | recipes/libgpod/libgpod.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/libgpod/libgpod.inc b/recipes/libgpod/libgpod.inc new file mode 100644 index 0000000000..50e1d38f24 --- /dev/null +++ b/recipes/libgpod/libgpod.inc @@ -0,0 +1,10 @@ +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" + +inherit autotools + +SRC_URI = "${SOURCEFORGE_MIRROR}/gtkpod/libgpod-${PV}.tar.gz;name=archive" + |