diff --git a/packaging/Slackbuild/zetaglest/README b/packaging/Slackbuild/zetaglest/README
new file mode 100644
index 000000000..96ceaf768
--- /dev/null
+++ b/packaging/Slackbuild/zetaglest/README
@@ -0,0 +1,9 @@
+ZetaGlest is a free open source 3D real-time strategy game where
+you control the armies of one of seven different factions: Tech,
+Magic, Egyptians, Indians, Norsemen, Persian or Romans. The game
+is setup in one of 16 naturally looking settings, which (like the
+unit models) are crafted with great appreciation for detail.
+
+Optional dependencies: miniupnpc, p7zip
+
+Note to parallel builders: More than 2 jobs may break the build.
diff --git a/packaging/Slackbuild/zetaglest/README.Slackware b/packaging/Slackbuild/zetaglest/README.Slackware
new file mode 100644
index 000000000..e34c95b2f
--- /dev/null
+++ b/packaging/Slackbuild/zetaglest/README.Slackware
@@ -0,0 +1,110 @@
+[](https://travis-ci.org/ZetaGlest/zetaglest-source)
+[](https://scan.coverity.com/projects/zetaglest)
+
+**This is the game engine source code repository.**
+
+[ZetaGlest](https://zetaglest.github.io/docs/) is a fork of [MegaGlest](http://megaglest.org/),
+a libre software cross platform real-time strategy game.
+
+ZetaGlest is an entertaining free (freeware and free software) and open
+source cross-platform 3D real-time strategy (RTS) game, where you
+control the armies of one of eight different factions: Tech, Magic,
+Egypt, Indians, Norsemen, Persian, Elves or Romans. The game is played
+in one of 17 naturally looking settings, which, like the unit models,
+are crafted with great attention to detail. A lot of additional game
+data can be downloaded from within the game at no cost.
+
+**README Contents**
+
+* [Stay Informed (Updates)](https://github.com/ZetaGlest/zetaglest-source#stay-informed-updates)
+* [Project Goals](https://github.com/ZetaGlest/zetaglest-source#why-this-fork-project-goals)
+* [Download executable files](https://github.com/ZetaGlest/zetaglest-source#download-executable-files)
+* [Running](https://github.com/ZetaGlest/zetaglest-source#running)
+* [Extra Tech trees, mods, tilesets, scenarious (not yet available on the ZetaGlest server)](https://github.com/ZetaGlest/zetaglest-source#extra-tech-trees-mods-tilesets-scenarious-not-yet-available-on-the-zetaglest-server)
+* [Contributing and Testing](https://github.com/ZetaGlest/zetaglest-source#contributing-and-testing)
+* [Contact](https://github.com/ZetaGlest/zetaglest-source#contact)
+
+**[System Requirements](https://zetaglest.github.io/docs/system_requirements.html)**
+
+**[Screenshots](https://github.com/ZetaGlest/screenshots)**
+
+Open games and [Server list and player stats](https://zetaglest.dreamhosters.com/)
+
+[Detailed information about units in the game](https://zetaglest.github.io/)
+
+## Stay Informed (Updates)
+
+* [ChangeLog.md](https://github.com/ZetaGlest/zetaglest-source/blob/develop/ChangeLog.md)
+* [](https://github.com/ZetaGlest/zetaglest-source/commits/develop.atom)
+[Recent Commits to zetaglest-source:develop](https://github.com/ZetaGlest/zetaglest-source/commits/develop.atom)
+* [](https://github.com/ZetaGlest/zetaglest-data/commits/develop.atom)
+[Recent Commits to zetaglest-data:develop](https://github.com/ZetaGlest/zetaglest-data/commits/develop.atom)
+* [](https://github.com/ZetaGlest/zetaglest.github.io/commits/master.atom)
+[Recent Commits to the web site](https://github.com/ZetaGlest/zetaglest.github.io/commits/master.atom)
+
+## Why this fork? (Project Goals)
+
+ZetaGlest forked from MegaGlest at v3.13.0-dev ([12998eb](https://github.com/ZetaGlest/zetaglest-source/commit/12998eb10f6447ac89a45d1e6d76f17946647b7a))
+
+Because we love MegaGlest! We wanted to take the project into a
+slightly different direction, and therefore we forked MegaGlest into
+the ZetaGlest project.
+
+## Download executable files
+
+On Windows, the easiest way to get started is to [download and run the
+installer](https://github.com/ZetaGlest/windows-installer). If you want
+to contribute with the code on Windows, [please follow these
+instructions](https://github.com/ZetaGlest/zetaglest-source/blob/develop/mk/windows/README.md).
+
+For other operating systems, you must [**build and install from
+source**](https://github.com/ZetaGlest/zetaglest-source/blob/develop/BUILD.md)
+(Later, we'll be providing binary packages).
+
+(The ETA for the first official release can be viewed from the [development
+milestone](https://github.com/ZetaGlest/zetaglest-source/milestone/1).)
+
+## Running
+
+ ./zetaglest (if you didn't install)
+
+OR
+
+ zetaglest (if you installed and the binary is in your PATH)
+
+To run your own headless (dedicated) server:
+
+ Forward TCP ports 61357-61368
+ ./zetaglest --headless-server-mode
+
+To start a server and host a game:
+
+ Forward TCP ports 61357-61368
+ Enter the ZetaGlest lobby and click "Host Game"
+
+### Note
+
+When serving a running game, a headless ZG server uses almost the
+same amount of computer resources as a running game. Therefore, it is
+recommended not to try connecting your ZG client to a headless server
+running on the same computer.
+
+### Extra Tech trees, mods, tilesets, scenarious (not yet available on the ZetaGlest server)
+
+* [MODS.md](https://github.com/ZetaGlest/zetaglest-data/blob/develop/MODS.md)
+* [TILESETS.md](https://github.com/ZetaGlest/zetaglest-data/blob/develop/TILESETS.md)
+* [SCENARIOS.md](https://github.com/ZetaGlest/zetaglest-data/blob/develop/SCENARIOS.md)
+
+### Contributing and Testing
+
+If you'll be contributing code or changes to data, the procedures for
+forking and cloning are outlined in [CONTRIBUTING.md](https://github.com/ZetaGlest/zetaglest-source/blob/develop/CONTRIBUTING.md)
+
+Please see [CONTRIBUTING.md](https://github.com/ZetaGlest/zetaglest-source/blob/develop/CONTRIBUTING.md)
+for extended, important instructions and guidelines for contributing.
+
+## Contact
+
+* [Discord](https://discord.gg/WaAaXS7)
+* [Message Board](https://groups.google.com/forum/#!forum/zetaglest)
+* Email: zetaglest@gmail.com
diff --git a/packaging/Slackbuild/zetaglest/doinst.sh b/packaging/Slackbuild/zetaglest/doinst.sh
new file mode 100644
index 000000000..5fb28930d
--- /dev/null
+++ b/packaging/Slackbuild/zetaglest/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
diff --git a/packaging/Slackbuild/zetaglest/slack-desc b/packaging/Slackbuild/zetaglest/slack-desc
new file mode 100644
index 000000000..972d6c824
--- /dev/null
+++ b/packaging/Slackbuild/zetaglest/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+megaglest: zetaglest (3D RTS Game)
+megaglest:
+megaglest: ZetaGlest is a free and open source 3D real-time strategy (RTS) game,
+megaglest: where you control the armies of one of seven different factions: Tech,
+megaglest: Magic, Egyptians, Indians, Norsemen, Persian or Romans. The game is
+megaglest: setup in one of 16 naturally looking settings, which (like the unit
+megaglest: models) are crafted with great appreciation for detail.
+megaglest:
+megaglest: Homepage: https://zetaglest.github.io/
+megaglest:
+megaglest:
diff --git a/packaging/Slackbuild/zetaglest/zetaglest.SlackBuild b/packaging/Slackbuild/zetaglest/zetaglest.SlackBuild
new file mode 100755
index 000000000..66900cf9b
--- /dev/null
+++ b/packaging/Slackbuild/zetaglest/zetaglest.SlackBuild
@@ -0,0 +1,115 @@
+#!/bin/sh
+
+# Slackware build script for metaglest
+
+# Copyright 2011-2017 Larry Hajali
+# All rights reserved.
+#
+# Modified for ZetaGlest
+# Copyright 2018 The ZetaGlest Team
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+PRGNAM=zetaglest
+VERSION=${VERSION:-0.8.02}
+BUILD=${BUILD:-1}
+TAG=${TAG:-_SBo}
+
+if [ -z "$ARCH" ]; then
+ case "$( uname -m )" in
+ i?86) ARCH=i586 ;;
+ arm*) ARCH=arm ;;
+ *) ARCH=$( uname -m ) ;;
+ esac
+fi
+
+CWD=$(pwd)
+TMP=${TMP:-/tmp/SBo}
+PKG=$TMP/package-$PRGNAM
+OUTPUT=${OUTPUT:-/tmp}
+
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "i686" ]; then
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "x86_64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
+fi
+
+set -e
+
+rm -rf $PKG
+mkdir -p $TMP $PKG $OUTPUT
+cd $TMP
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-source-$VERSION.tar.xz
+#tar xvf $CWD/$PRGNAM-source-embedded-$VERSION.tar.xz
+tar xvf $CWD/$PRGNAM-data-$VERSION.tar.xz -C $PRGNAM-$VERSION
+cd $PRGNAM-$VERSION
+#find . -type l -exec rm -f '{}' \;
+chown -R root:root .
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+
+mkdir build
+cd build
+ cmake -G "Unix Makefiles" \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DWANT_USE_XercesC:BOOL=ON \
+ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_BUILD_TYPE=Release ..
+
+ make VERBOSE=1
+ make install DESTDIR=$PKG
+cd -
+
+# Now install the game data
+cd $PRGNAM-$VERSION
+ cmake -G "Unix Makefiles" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release .
+ -DBUILD_MODEL_VIEWER=ON \
+ -DBUILD_MODEL_IMPORT_EXPORT_TOOLS=ON \
+ -DBUILD_MAP_EDITOR=ON
+
+ make install DESTDIR=$PKG
+cd -
+
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+
+find $PKG/usr/man -type f -exec gzip -9 '{}' \;
+
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
+
+cd $PKG
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/packaging/Slackbuild/zetaglest/zetaglest.info b/packaging/Slackbuild/zetaglest/zetaglest.info
new file mode 100644
index 000000000..0e52c924d
--- /dev/null
+++ b/packaging/Slackbuild/zetaglest/zetaglest.info
@@ -0,0 +1,12 @@
+PRGNAM="zetaglest"
+VERSION="0.8.02"
+HOMEPAGE="https://zetaglest.github.io/"
+DOWNLOAD="source-placeholder \
+ data-placeholder"
+MD5SUM="source \
+ data"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+REQUIRES="libircclient SDL2 xerces-c OpenAL lua ftgl wxPython"
+MAINTAINER="Andy Alt"
+EMAIL="andy400-dev@yahoo.com"