diff options
author | Frederic Bompart <frederic@unknown.openembedded.org> | 2006-04-16 10:34:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-16 10:34:18 +0000 |
commit | e881bc5fc39c6bc25598376b175bf2fb75e1d2f8 (patch) | |
tree | f77c6791e682099524250f4efbf5aed8b3190bf1 /packages/xmame/xmame_0.87.bb | |
parent | 4e23387474d6c950cd5bf9445e0b1f3e56ed4c25 (diff) |
xmame: fix URIs, add 0.100 and xmame-tiny
Diffstat (limited to 'packages/xmame/xmame_0.87.bb')
-rw-r--r-- | packages/xmame/xmame_0.87.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/xmame/xmame_0.87.bb b/packages/xmame/xmame_0.87.bb index 0a34cc7721..80924ef0c6 100644 --- a/packages/xmame/xmame_0.87.bb +++ b/packages/xmame/xmame_0.87.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Multiple Arcade Machine Emulator based on SDL" LICENSE = "xmame" -SECTION = "opie/games" +SECTION = "games" PRIORITY = "optional" -DEPENDS = "expat libsdl-qpe libsdl-mixer" +DEPENDS = "expat virtual/libsdl libsdl-mixer" -SRC_URI = "http://x.mame.net/download/${P}.tar.bz2" +SRC_URI = "http://x.mame.net/download/historic/${P}.tar.bz2" inherit flow-lossage |