diff --git a/game/action/bzflag/actions.py b/game/action/bzflag/actions.py
new file mode 100644
index 0000000000..1f6df8a3da
--- /dev/null
+++ b/game/action/bzflag/actions.py
@@ -0,0 +1,29 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+
+def setup():
+ shelltools.export("CFLAGS","%s -fPIC -fno-strict-aliasing" % get.CFLAGS())
+
+ autotools.autoreconf("-fi")
+ autotools.configure("--without-regex \
+ --enable-shared \
+ --disable-static")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("AUTHORS", "README","ChangeLog", "DEVINFO")
diff --git a/game/action/bzflag/files/bzflag.desktop b/game/action/bzflag/files/bzflag.desktop
new file mode 100644
index 0000000000..0bb14e34db
--- /dev/null
+++ b/game/action/bzflag/files/bzflag.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=BZFlag
+GenericName=3D Shooting game
+GenericName[tr]=3B Tank oyunu
+Exec=bzflag
+Terminal=false
+Type=Application
+Categories=Qt;KDE;Game;ActionGame;
+Icon=bzflag
diff --git a/game/action/bzflag/files/bzflag.png b/game/action/bzflag/files/bzflag.png
new file mode 100644
index 0000000000..c529ff088d
Binary files /dev/null and b/game/action/bzflag/files/bzflag.png differ
diff --git a/game/action/bzflag/pspec.xml b/game/action/bzflag/pspec.xml
new file mode 100644
index 0000000000..3bbf2e2e63
--- /dev/null
+++ b/game/action/bzflag/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ bzflag
+ http://www.bzflag.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2.1
+ app:gui
+ A free multiplayer multiplatform 3D tank battle game
+ BZFlag is a free multiplayer multiplatform 3D tank battle game. The name stands for Battle Zone capture Flag. It's one of the most popular games ever on Silicon Graphics machines.
+ https://download.bzflag.org/bzflag/source/2.4.12/bzflag-2.4.12.tar.bz2
+
+ c-ares-devel
+ mesa-devel
+ glew-devel
+ libsdl-devel
+ sdl-image-devel
+ mesa-glu-devel
+ curl-devel
+ zlib-devel
+ libsdl2-devel
+ ncurses-devel
+
+
+
+
+ bzflag
+
+ c-ares
+ curl
+ zlib
+ libgcc
+ libsdl2
+ ncurses
+ mesa
+ glew
+ libsdl
+ mesa-glu
+
+
+ /usr/bin
+ /usr/include
+ /usr/lib
+ /usr/share/bzflag
+ /usr/share/doc/
+ /usr/share/man/
+ /usr/share/applications
+ /usr/share/pixmaps
+
+
+ bzflag.desktop
+ bzflag.png
+
+
+
+
+
+ 2018-05-03
+ 2.4.12
+ First release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/game/action/bzflag/translations.xml b/game/action/bzflag/translations.xml
new file mode 100644
index 0000000000..2d68621884
--- /dev/null
+++ b/game/action/bzflag/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ bzflag
+ Ağ destekli çok oyunculu bir tank oyunu
+ BZFlag, ağ destekli ve çok oyunculu 3B bir tank oyunudur. Karşı tarafın bayrağını ele geçirme temeline dayanır. Silicon Graphics makinelerdeki en popüler oyunlardan biridir.
+
+
diff --git a/game/action/component.xml b/game/action/component.xml
new file mode 100644
index 0000000000..2e49c96079
--- /dev/null
+++ b/game/action/component.xml
@@ -0,0 +1,4 @@
+
+ game.action
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 2131f6f0c7..c4f49427fa 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -38758,6 +38758,75 @@ complete albums that you have purchased from Amazon.
+
+
+ bzflag
+ http://www.bzflag.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2.1
+ app:gui
+ game.action
+ A free multiplayer multiplatform 3D tank battle game
+ Ağ destekli çok oyunculu bir tank oyunu
+ BZFlag is a free multiplayer multiplatform 3D tank battle game. The name stands for Battle Zone capture Flag. It's one of the most popular games ever on Silicon Graphics machines.
+ BZFlag, ağ destekli ve çok oyunculu 3B bir tank oyunudur. Karşı tarafın bayrağını ele geçirme temeline dayanır. Silicon Graphics makinelerdeki en popüler oyunlardan biridir.
+ https://download.bzflag.org/bzflag/source/2.4.12/bzflag-2.4.12.tar.bz2
+
+ c-ares-devel
+ mesa-devel
+ glew-devel
+ libsdl-devel
+ sdl-image-devel
+ mesa-glu-devel
+ curl-devel
+ zlib-devel
+ libsdl2-devel
+ ncurses-devel
+
+ game/action/bzflag/pspec.xml
+
+
+ bzflag
+
+ c-ares
+ curl
+ zlib
+ libgcc
+ libsdl2
+ ncurses
+ mesa
+ glew
+ libsdl
+ mesa-glu
+
+
+ /usr/bin
+ /usr/include
+ /usr/lib
+ /usr/share/bzflag
+ /usr/share/doc/
+ /usr/share/man/
+ /usr/share/applications
+ /usr/share/pixmaps
+
+
+ bzflag.desktop
+ bzflag.png
+
+
+
+
+ 2018-05-03
+ 2.4.12
+ First release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
astromenace
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index e46437ca53..479b75f134 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-94aaf71421c1c3948014d952ed285017a193b34a
\ No newline at end of file
+2373ec0eccc6d5a26407e695694703fa6f947469
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 0de7fd4109..e1dbc147f0 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 7d9077a698..06c5c5fadb 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-d097635fe7723801be4e413457334a1a1ef9ef69
\ No newline at end of file
+18005ff7cbb9a263e94240c2953797e031d2381c
\ No newline at end of file