diff options
Diffstat (limited to 'recipes/gpe-life/gpe-life_0.2.bb')
-rw-r--r-- | recipes/gpe-life/gpe-life_0.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gpe-life/gpe-life_0.2.bb b/recipes/gpe-life/gpe-life_0.2.bb new file mode 100644 index 0000000000..0f5acc2716 --- /dev/null +++ b/recipes/gpe-life/gpe-life_0.2.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "Conway's Game of Life for GPE" +LICENSE = "GPL" +PRIORITY = "optional" +SECTION = "gpe/games" +PR = "r1" + +DEPENDS = "glib-2.0 gtk+ libglade" + +inherit gpe autotools |