summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <joberui@ei.upv.es>2007-01-17 01:35:24 +0100
committerJose V Beneyto <joberui@ei.upv.es>2007-01-17 01:35:24 +0100
commited49621752ec5908237980e08c972f28df3433b4 (patch)
treea53e8c67251c229a51fba0ce5fe992e01164857d
parentb8e8fff153cf4f0614267ff94b417c3f5ed84117 (diff)
downloadcontrib-ed49621752ec5908237980e08c972f28df3433b4.tar.gz
contrib-ed49621752ec5908237980e08c972f28df3433b4.tar.xz
true-combat-elite: initial commit (version 0.49b)
-rw-r--r--true-combat-elite/.footprint18
-rw-r--r--true-combat-elite/.md5sum2
-rw-r--r--true-combat-elite/Pkgfile21
-rw-r--r--true-combat-elite/tce.sh5
4 files changed, 46 insertions, 0 deletions
diff --git a/true-combat-elite/.footprint b/true-combat-elite/.footprint
new file mode 100644
index 000000000..865178e28
--- /dev/null
+++ b/true-combat-elite/.footprint
@@ -0,0 +1,18 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/tce
+lrwxrwxrwx root/root usr/bin/true-combat-elite -> /usr/bin/tce
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/enemy-territory/
+drwxr-xr-x root/root usr/share/enemy-territory/tcetest/
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/cgame.mp.i386.so
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/mp_bin.pk3
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/official.dat
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak0.pk3
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak1.pk3
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak2.pk3
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak3.pk3
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/qagame.mp.i386.so
+-rw-r--r-- root/root usr/share/enemy-territory/tcetest/ui.mp.i386.so
+drwxr-xr-x root/root usr/share/icons/
+-rw-r--r-- root/root usr/share/icons/tce_icon_pc.ico
diff --git a/true-combat-elite/.md5sum b/true-combat-elite/.md5sum
new file mode 100644
index 000000000..1fa99a99d
--- /dev/null
+++ b/true-combat-elite/.md5sum
@@ -0,0 +1,2 @@
+3c7be786b802702524b1aef677439788 tce.sh
+996ef2743e36103a351199f3fd72e70f tcetest049.zip
diff --git a/true-combat-elite/Pkgfile b/true-combat-elite/Pkgfile
new file mode 100644
index 000000000..6962a16e0
--- /dev/null
+++ b/true-combat-elite/Pkgfile
@@ -0,0 +1,21 @@
+# $Id: $
+# Description: TrueCombat:Elite - A team-based realism modification, based on Enemy Territory.
+# URL: http://www.truecombatelite.net/
+# Maintainer: Jose V Beneyto, <joberui@eui.upv.es>
+# Packager: Jose V Beneyto, <joberui@eui.upv.es>
+# Depends on: enemy-territory
+
+name=true-combat-elite
+version=0.49b
+release=1
+source=(http://ftp.freenet.de/pub/4players/hosted/wolfenstein/et_mods/tcetest049.zip \
+ tce.sh)
+
+build() {
+ install -d $PKG/usr/share/{icons,enemy-territory/tcetest}
+ install -d $PKG/usr/bin
+ install -m 644 tcetest/*.{so,pk3,dat} $PKG/usr/share/enemy-territory/tcetest
+ install -m 644 tcetest/*.ico $PKG/usr/share/icons
+ install -m 755 $SRC/tce.sh $PKG/usr/bin/tce
+ ln -sf /usr/bin/tce $PKG/usr/bin/$name
+}
diff --git a/true-combat-elite/tce.sh b/true-combat-elite/tce.sh
new file mode 100644
index 000000000..4925fa144
--- /dev/null
+++ b/true-combat-elite/tce.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+et "$@" +set fs_game tcetest
+
+# End of File

Generated by cgit