diff options
Diffstat (limited to 'recipes/freeciv/freeciv_2.0.8.bb')
-rw-r--r-- | recipes/freeciv/freeciv_2.0.8.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/freeciv/freeciv_2.0.8.bb b/recipes/freeciv/freeciv_2.0.8.bb new file mode 100644 index 0000000000..bba9976c63 --- /dev/null +++ b/recipes/freeciv/freeciv_2.0.8.bb @@ -0,0 +1,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 + + + + + |