New commits:
commit 29aaf350cdc9007a6b45d1566f555aa2943abd11
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
spectalum: depends on sdl_mixer, fix install_config_file usage
diff --git a/games-rpg-sp/spectalum/DEPENDS b/games-rpg-sp/spectalum/DEPENDS
index d4c5ed5..64e767e 100755
--- a/games-rpg-sp/spectalum/DEPENDS
+++ b/games-rpg-sp/spectalum/DEPENDS
@@ -1,3 +1,4 @@
-depends automake &&
-depends g++ &&
-depends sdl
+depends automake &&
+depends g++ &&
+depends sdl &&
+depends sdl_mixer
diff --git a/games-rpg-sp/spectalum/HISTORY b/games-rpg-sp/spectalum/HISTORY
index c0b2f91..f8d8346 100644
--- a/games-rpg-sp/spectalum/HISTORY
+++ b/games-rpg-sp/spectalum/HISTORY
@@ -1,3 +1,7 @@
+2007-03-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on sdl_mixer
+ * INSTALL: install_config_file takes file as destination, not
directory
+
2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
* BUILD, DEPENDS, DETAILS, FINAL, INSTALL, PRE_BUILD,
spectalum-config-fix.patch: created spell
diff --git a/games-rpg-sp/spectalum/INSTALL b/games-rpg-sp/spectalum/INSTALL
index eae2cc5..e7750a6 100755
--- a/games-rpg-sp/spectalum/INSTALL
+++ b/games-rpg-sp/spectalum/INSTALL
@@ -5,4 +5,4 @@ do
cp -R $dir ${INSTALL_ROOT}/usr/share/games/${SPELL}
done &&