aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeciv
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-09-01 16:34:24 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-09-01 16:34:24 +0000
commit576f0b02a7a5d19dcd3a60593bc2fde9578e3fd3 (patch)
tree7257cb5708567647ba618bc5e2d5bbd48bfc8c25 /packages/freeciv
parentd7023ef3512a8b7e0a08b4401e10085eb954b55d (diff)
downloadopenembedded-576f0b02a7a5d19dcd3a60593bc2fde9578e3fd3.tar.gz
freeciv: Add proper SECTION definition.
Diffstat (limited to 'packages/freeciv')
-rw-r--r--packages/freeciv/freeciv_2.0.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/freeciv/freeciv_2.0.8.bb b/packages/freeciv/freeciv_2.0.8.bb
index 361d8e4c20..accdc47af9 100644
--- a/packages/freeciv/freeciv_2.0.8.bb
+++ b/packages/freeciv/freeciv_2.0.8.bb
@@ -1,7 +1,9 @@
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 = "games"
LICENSE = "GPL"
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
DEPENDS = "gtk+ cairo esound zlib readline"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"