diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-04-05 06:37:59 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-06 18:26:53 +0200 |
commit | 1748d1ea1e6dda117cac7f48ca189feb204b0d3b (patch) | |
tree | 965bee61accb4342805f712a47cadf4c9060bf08 /recipes/gnome/gnome-games-extra-data_2.30.0.bb | |
parent | 0fef31550af8b8dd4c604862efd95b5e6d5fa6f8 (diff) |
gnome-games-extra-data: add 2.30.0
Diffstat (limited to 'recipes/gnome/gnome-games-extra-data_2.30.0.bb')
-rw-r--r-- | recipes/gnome/gnome-games-extra-data_2.30.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-games-extra-data_2.30.0.bb b/recipes/gnome/gnome-games-extra-data_2.30.0.bb new file mode 100644 index 0000000000..0be08a3ddc --- /dev/null +++ b/recipes/gnome/gnome-games-extra-data_2.30.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Gnome games extra data" +LICENSE = "GPL" +SECTION = "x11/gnome" +DEPENDS = "gnome-games" + +inherit gnome + +SRC_URI[archive.md5sum] = "dab5e24779b77bf9f9b1b422460a9a97" +SRC_URI[archive.sha256sum] = "c997ae69a8cadf31c177991ab2b196cc006eac349273d68ebfc77d09bd270f73" + +FILES_${PN} += " ${datadir}/gnome-games*" +FILES_${PN}-doc += "${datadir}/omf" + |