blob: c9efc27f64d8662dc9b57d8144f109970322a5dc (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Conway's Game of Life for GPE"
LICENSE = "GPL"
PRIORITY = "optional"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
SECTION = "gpe"
DEPENDS = "glib-2.0 gtk+ libglade"
inherit gpe autotools
|