diff options
-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" + |