diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-20 10:09:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-20 10:09:38 +0000 |
commit | f99a378e42dfebe93980fa3d45cd26f229682054 (patch) | |
tree | 38f61099eb16ee87aa69dd4e9e43c9b63d47ae10 /brickout | |
parent | 8c3c221d0a83a1ff2f03765475eeffdbbd579637 (diff) |
fix descriptions and sections for games
BKrev: 40d56262Vpfaj153rAxAJLvXyC2igw
Diffstat (limited to 'brickout')
-rw-r--r-- | brickout/brickout_2002.06.09.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/brickout/brickout_2002.06.09.oe b/brickout/brickout_2002.06.09.oe index 8b28ea1dd5..b9602a4b6f 100644 --- a/brickout/brickout_2002.06.09.oe +++ b/brickout/brickout_2002.06.09.oe @@ -1,9 +1,9 @@ -DESCRIPTION = "Clone of the classic arcade game Asteroids for Qtopia/Opie - based on SDL" -SECTION = "base" +DESCRIPTION = "Clone of the classic arcade game Asteroids for Qt/Embedded based palmtop environments w/ SDL" +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libqpe virtual/libsdl" +DEPENDS = "virtual/libsdl" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/brickout/src/brickout-${PV}.tar.gz \ file://directories.patch;patch=1" |