diff options
Diffstat (limited to 'recipes/gpephone/audioplayer_1.0.bb')
-rw-r--r-- | recipes/gpephone/audioplayer_1.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpephone/audioplayer_1.0.bb b/recipes/gpephone/audioplayer_1.0.bb new file mode 100644 index 0000000000..77737248b4 --- /dev/null +++ b/recipes/gpephone/audioplayer_1.0.bb @@ -0,0 +1,12 @@ +LICENSE = "LiPS" +DESCRIPTION = "An audio player for GPE phone edition." +SECTION = "gpe" +PRIORITY = "optional" +PR = "r0" + +DEPENDS = "gtk+ libgpewidget libgpephone dbus-glib libabenabler libiac gstreamer libgemwidget" + +GPE_TARBALL_SUFFIX= "bz2" +inherit gpephone autotools + +FILES_${PN} += "${datadir}/themes" |