[Lunar-commits] <moonbase> netpanzer: version bump and switch to svn checkout
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Fri Jun 1 23:50:33 CEST 2012
commit 626d21919e0bae283713708762a61975c78512f9
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Fri Jun 1 22:14:57 2012 +0200
netpanzer: version bump and switch to svn checkout
---
games/netpanzer-svn/BUILD | 22 ++++++++++++++++++++++
games/netpanzer-svn/DEPENDS | 5 +++++
games/netpanzer-svn/DETAILS | 20 ++++++++++++++++++++
games/netpanzer/BUILD | 8 --------
games/netpanzer/DEPENDS | 4 ----
games/netpanzer/DETAILS | 17 -----------------
6 files changed, 47 insertions(+), 29 deletions(-)
diff --git a/games/netpanzer-svn/BUILD b/games/netpanzer-svn/BUILD
new file mode 100644
index 0000000..8e4ed22
--- /dev/null
+++ b/games/netpanzer-svn/BUILD
@@ -0,0 +1,22 @@
+(
+
+ scons datadir=/usr/share/games/netpanzer &&
+
+ prepare_install &&
+
+ #they don't provide an installation script...
+ install -Dm0755 netpanzer /usr/games/ &&
+
+ install -Dd /usr/share/games/netpanzer &&
+ cp -rv cache maps pics powerups scripts sound units wads /usr/share/games/netpanzer/ &&
+
+ install -Dm0644 netpanzer.xpm /usr/share/icons/hicolor/32x32/apps/ &&
+ install -Dm0644 netpanzer.png /usr/share/icons/hicolor/48x48/apps/ &&
+
+ install -Dm0644 netpanzer.desktop /usr/share/applications/ &&
+
+ install -Dm0644 docs/netpanzer.6 /usr/man/man6/ &&
+
+ unzip $SOURCE_CACHE/$SOURCE2 -d /usr/share/games/netpanzer/
+
+) > $C_FIFO 2>&1
diff --git a/games/netpanzer-svn/DEPENDS b/games/netpanzer-svn/DEPENDS
new file mode 100644
index 0000000..82e08b0
--- /dev/null
+++ b/games/netpanzer-svn/DEPENDS
@@ -0,0 +1,5 @@
+depends scons
+depends physfs
+depends SDL
+depends SDL_mixer
+depends unzip
diff --git a/games/netpanzer-svn/DETAILS b/games/netpanzer-svn/DETAILS
new file mode 100644
index 0000000..4bfe7bf
--- /dev/null
+++ b/games/netpanzer-svn/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=netpanzer-svn
+ MOD=netpanzer
+ VERSION=0.8.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MOD-music.zip
+ SOURCE_URL=svn://svn.berlios.de/$MOD/tags/$MOD/${VERSION}
+ SOURCE2_URL=$SFORGE_URL/${MOD}.berlios/
+ SOURCE2_VFY=sha1:e8e7b70c9f6337c04fbcc7d63a7398958be993c5
+ WEB_SITE="http://netpanzer.berlios.de/"
+ ENTERED=20070826
+ UPDATED=20120601
+ SHORT="an realtime online strategy game"
+cat <<EOF
+netPanzer is an online multiplayer tactical warfare game designed for
+FAST ACTION combat. Gameplay concentrates on the core -- no resource
+management is needed. The game is based on quick tactical action and
+unit management in real-time. Battles progress quickly and constantly
+as destroyed players respawn with a set of new units. Players can
+join or leave multiplayer games at any time.
+EOF
diff --git a/games/netpanzer/BUILD b/games/netpanzer/BUILD
deleted file mode 100644
index 6969a07..0000000
--- a/games/netpanzer/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- ./configure --prefix=/usr &&
- jam &&
- prepare_install &&
- jam install
-
-) > $C_FIFO 2>&1
diff --git a/games/netpanzer/DEPENDS b/games/netpanzer/DEPENDS
deleted file mode 100644
index 74c3c9e..0000000
--- a/games/netpanzer/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends jam
-depends physfs
-depends SDL
-depends SDL_mixer
diff --git a/games/netpanzer/DETAILS b/games/netpanzer/DETAILS
deleted file mode 100644
index 8942a55..0000000
--- a/games/netpanzer/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=netpanzer
- VERSION=0.8.2
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://download.berlios.de/netpanzer/
- SOURCE_VFY=sha1:99b0a79ffe4c8bf3a155c7555dff06e00def4023
- WEB_SITE="http://netpanzer.berlios.de/"
- ENTERED=20070826
- UPDATED=20070826
- SHORT="an realtime online strategy game"
-cat <<EOF
-netPanzer is an online multiplayer tactical warfare game designed for
-FAST ACTION combat. Gameplay concentrates on the core -- no resource
-management is needed. The game is based on quick tactical action and
-unit management in real-time. Battles progress quickly and constantly
-as destroyed players respawn with a set of new units. Players can
-join or leave multiplayer games at any time.
-EOF
More information about the Lunar-commits
mailing list