summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser2015-06-20 01:54:02 -0400
committeruser2015-06-20 01:54:02 -0400
commit1b764b461dfee591a9a93ccaaa6cf08896095d45 (patch)
treea04a460b48359e709c79dac590340a5f0d34b22c
downloadaur-1b764b461dfee591a9a93ccaaa6cf08896095d45.tar.gz
Initial import from old AUR
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD33
-rwxr-xr-xtankatwar.desktop10
-rwxr-xr-xtankatwar.pngbin0 -> 4796 bytes
4 files changed, 62 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..049f9a7b80ae
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = tankatwar
+ pkgdesc = TANK@WAR is a solo and team-based multiplayer 3D online game dedicated to armored warfare set in the modern age. Throw yourself into epic tank battles..
+ pkgver = 1.2.1
+ pkgrel = 1
+ url = http://tankatwar.com/
+ arch = x86_64
+ license = Custom
+ depends = openal
+ depends = lib32-openal
+ depends = lib32-mesa
+ source = http://tankatwar.com/files/TANK@WAR-1.2.1-linux64.tar.gz
+ source = tankatwar.png
+ source = tankatwar.desktop
+ sha256sums = 81a9835ea646076e42cc699ef30bbb3ab80e50b6567ae17b64a1aca355cc96f8
+ sha256sums = 6c1c711d786990c3a2a003f0bba61b56194802f7f2da52081af8c2eeb426b73c
+ sha256sums = 1860f7c9875b1d3b4ce5c03e4754606547fb09f8193bc25fa3ef906f90fd608e
+
+pkgname = tankatwar
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5114d8879a97
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,33 @@
+# Maintainer: Luke <gaming4jc2@yahoo.com> GPG: E6C7793E
+pkgname=tankatwar
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="TANK@WAR is a solo and team-based multiplayer 3D online game dedicated to armored warfare set in the modern age. Throw yourself into epic tank
+battles.."
+arch=('x86_64')
+url=('http://tankatwar.com/')
+license=('Custom')
+depends=('openal' 'lib32-openal' 'lib32-mesa')
+source=('http://tankatwar.com/files/TANK@WAR-1.2.1-linux64.tar.gz'
+ ${pkgname}.png ${pkgname}.desktop)
+sha256sums=('81a9835ea646076e42cc699ef30bbb3ab80e50b6567ae17b64a1aca355cc96f8'
+ '6c1c711d786990c3a2a003f0bba61b56194802f7f2da52081af8c2eeb426b73c'
+ '1860f7c9875b1d3b4ce5c03e4754606547fb09f8193bc25fa3ef906f90fd608e')
+
+package() {
+ cd "${srcdir}/TANK@WAR-1.2.1-linux64"
+ rm -rf shared_libs
+ rm start_client.sh
+ rm client.ini~
+ mkdir -p ${pkgdir}/usr/bin
+ echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname
+ echo "cd /opt/$pkgname/ && ./Client" >> $pkgdir/usr/bin/$pkgname
+ chmod 755 $pkgdir/usr/bin/$pkgname
+ mkdir -p ${pkgdir}/opt/${pkgname}
+ cp * -r ${pkgdir}/opt/${pkgname}
+ chmod -R 755 ${pkgdir}/opt/$pkgname/Client
+ mkdir -p ${pkgdir}/usr/share/pixmaps
+ mkdir -p ${pkgdir}/usr/share/applications/
+ install -m 644 "${srcdir}/${pkgname}.png" ${pkgdir}/usr/share/pixmaps
+ install -m 644 "${srcdir}/${pkgname}.desktop" ${pkgdir}/usr/share/applications
+}
diff --git a/tankatwar.desktop b/tankatwar.desktop
new file mode 100755
index 000000000000..7725036d5e93
--- /dev/null
+++ b/tankatwar.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.2.1
+Exec=tankatwar
+Terminal=false
+Categories=Game;StrategyGame;
+StartupNotify=false
+Name=TANK@WAR
+GenericName=Tank at War
+Comment=Multiplayer tank battle game \ No newline at end of file
diff --git a/tankatwar.png b/tankatwar.png
new file mode 100755
index 000000000000..fe0d15503218
--- /dev/null
+++ b/tankatwar.png
Binary files differ