diff options
Diffstat (limited to 'recipes/gsoko/gsoko_0.4.2-gpe6.bb')
-rw-r--r-- | recipes/gsoko/gsoko_0.4.2-gpe6.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gsoko/gsoko_0.4.2-gpe6.bb b/recipes/gsoko/gsoko_0.4.2-gpe6.bb new file mode 100644 index 0000000000..0d12a6fd06 --- /dev/null +++ b/recipes/gsoko/gsoko_0.4.2-gpe6.bb @@ -0,0 +1,8 @@ +inherit gpe +LICENSE = "GPL" +DEPENDS = "gtk+ libgpewidget" +SECTION = "gpe" +DESCRIPTION = "Sokoban game for GTK" +PRIORITY = "optional" + +SRC_URI += "file://fix_makefiles.patch;patch=1" |