[Lunar-commits] <moonbase> powermanga: fix the install paths.
Florin Braescu
florin at lunar-linux.org
Thu Jul 31 12:02:51 CEST 2008
commit 3d45c82a6c4416df4243db5e2bbedae437940475
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Jul 31 13:02:51 2008 +0300
powermanga: fix the install paths.
---
games/powermanga/BUILD | 11 +++++++++++
games/powermanga/DETAILS | 2 +-
2 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/games/powermanga/BUILD b/games/powermanga/BUILD
new file mode 100644
index 0000000..a77f212
--- /dev/null
+++ b/games/powermanga/BUILD
@@ -0,0 +1,11 @@
+(
+
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man/man6 \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/games/powermanga/DETAILS b/games/powermanga/DETAILS
index 85eb7f7..8d4e860 100644
--- a/games/powermanga/DETAILS
+++ b/games/powermanga/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha1:50ca2844f8d3fa53af89e94aeb6dd10d7b320cc8
WEB_SITE=http://linux.tlk.fr/
ENTERED=20040703
- UPDATED=20070904
+ UPDATED=20080731
SHORT="An archade style 2D shoot 'em up game for X"
cat <<EOF
More information about the Lunar-commits
mailing list