[Lunar-commits] <moonbase> Phun: use system libs instead of those included fixed depends
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat May 8 02:28:56 CEST 2010
commit ef015b153cceb77540e5c2f332da9ea7cdb26d4d
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat May 8 02:28:56 2010 +0200
Phun: use system libs instead of those included
fixed depends
---
games/Phun/BUILD | 12 ++++++------
games/Phun/DEPENDS | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/games/Phun/BUILD b/games/Phun/BUILD
index 107f15f..7de57ee 100644
--- a/games/Phun/BUILD
+++ b/games/Phun/BUILD
@@ -1,11 +1,11 @@
(
- cd $SOURCE_DIRECTORY &&
- ln -fs /usr/lib/libGLEW.so.1.5 /usr/lib/libGLEW.so.1.3 &&
-
- prepare_install &&
- mkdir -p /opt/games/Phun &&
- cp -af * /opt/games/Phun &&
+rm -rf lib &&
+sedit 's@\.\/lib\:@@' phun &&
+prepare_install &&
+mkdir -p /opt/games/Phun &&
+cp -af * /opt/games/Phun &&
+rm -rf /opt/games/Phun/old.libraries
# Desktop menu entry
cat > ${MODULE}.desktop << EOF &&
diff --git a/games/Phun/DEPENDS b/games/Phun/DEPENDS
index 96a37c7..b2c5bea 100644
--- a/games/Phun/DEPENDS
+++ b/games/Phun/DEPENDS
@@ -1,3 +1,3 @@
-depends SDL_image
+depends libzip
depends boost
depends glew
More information about the Lunar-commits
mailing list