blob: bba9976c6308beb902c4b1c0492afcf5c1aa0800 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Freeciv is a free turn-based multiplayer strategy game, in which each player becomes the leader of a civilization, fighting to obtain the ultimate goal: To become the greatest civilization."
SECTION = "x11/games"
LICENSE = "GPL"
DEPENDS = "gtk+ cairo esound zlib readline"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
|