diff options
Diffstat (limited to 'packages/freeciv')
-rw-r--r-- | packages/freeciv/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/freeciv/freeciv_2.0.8.bb | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/freeciv/.mtn2git_empty b/packages/freeciv/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/freeciv/.mtn2git_empty diff --git a/packages/freeciv/freeciv_2.0.8.bb b/packages/freeciv/freeciv_2.0.8.bb new file mode 100644 index 0000000000..361d8e4c20 --- /dev/null +++ b/packages/freeciv/freeciv_2.0.8.bb @@ -0,0 +1,13 @@ +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." +LICENSE = "GPL" +MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>" +DEPENDS = "gtk+ cairo esound zlib readline" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" + +inherit autotools pkgconfig + + + + + |