diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-01 16:34:24 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-01 16:34:24 +0000 |
commit | 576f0b02a7a5d19dcd3a60593bc2fde9578e3fd3 (patch) | |
tree | 7257cb5708567647ba618bc5e2d5bbd48bfc8c25 /packages | |
parent | d7023ef3512a8b7e0a08b4401e10085eb954b55d (diff) |
freeciv: Add proper SECTION definition.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/freeciv/freeciv_2.0.8.bb | 2 |
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" |