warzone2100: dropped

This commit is contained in:
Tim Biermann 2021-12-11 14:51:07 +01:00
parent d4fb04bae5
commit b9600ee2ea
4 changed files with 0 additions and 79 deletions

View File

@ -1,19 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/warzone2100
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/appdata/
-rw-r--r-- root/root usr/share/appdata/warzone2100.appdata.xml
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/warzone2100.desktop
drwxr-xr-x root/root usr/share/icons/
-rw-r--r-- root/root usr/share/icons/warzone2100.png
drwxr-xr-x root/root usr/share/warzone2100/
-rw-r--r-- root/root usr/share/warzone2100/base.wz
-rw-r--r-- root/root usr/share/warzone2100/mp.wz
drwxr-xr-x root/root usr/share/warzone2100/music/
-rw-r--r-- root/root usr/share/warzone2100/music/menu.ogg
-rw-r--r-- root/root usr/share/warzone2100/music/music.wpl
-rw-r--r-- root/root usr/share/warzone2100/music/track1.ogg
-rw-r--r-- root/root usr/share/warzone2100/music/track2.ogg
-rw-r--r-- root/root usr/share/warzone2100/music/track3.ogg

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31dcrsWbQTvFO2pkLW0ZGjGI78HRNc5OLSjxWWAwh9/RXO9Q3sSKxiOvV3umB5ZXRF0bLIbRHyEpPwIbMeHPLAo=
SHA256 (Pkgfile) = 2f5d11b83f0c28d83a536f0e1c706904d8e2f3f1485b8cc88682d05e680864ff
SHA256 (.footprint) = f03f6a494cc702efd1ad2fb861a6195ff777ebaeafddb5c1adce384261f6c548
SHA256 (warzone2100-3.2.1.tar.xz) = 0f66b76c50c598abcc895134bd49aab5dd46dcf8135645f2505e93077402a6d9
SHA256 (warzone2100.appdata.xml) = d6fd6bf40bd72d57a2872b3e439bed04f4cd78e0a7b2993de580ed765b80cfc4

View File

@ -1,31 +0,0 @@
# Description: A real-time strategy game.
# URL: https://wz2100.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: fribidi glew libmad libsdl2 openal physfs popt qt5 quesoglc sdl_net smpeg unzip x11-fonts-dejavu zip
name=warzone2100
version=3.2.1
release=1
source=(http://downloads.sourceforge.net/project/$name/releases/$version/$name-$version.tar.xz
warzone2100.appdata.xml)
build() {
cd $name-$version
# Add missing file from the tarball
cp $SRC/warzone2100.appdata.xml icons/
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
# rmdir \
# $PKG/usr/man/man6 \
# $PKG/usr/man
}

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">warzone2100.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<license>GPL-2.0+</license>
<summary>Real-Time-Strategy War Game</summary>
<name>Warzone 2100</name>
<description>
<p>
In Warzone 2100, you command the forces of The Project in a battle to rebuild the world after mankind has almost been destroyed by nuclear missiles.
</p>
<p>
The game offers campaign, multi-player, and single-player skirmish modes. An extensive tech tree with over 400 different technologies, combined with the unit design system, allows for a wide variety of possible units and tactics.
</p>
<p>
Warzone 2100 was originally developed as a commercial game by Pumpkin Studios and published in 1999, and was released as open source by them in 2004, for the community to continue working on it.
</p>
</description>
<url type="homepage">https://wz2100.net/</url>
<screenshots>
<screenshot type="default">https://wz2100.net/static/img/wz2100-CAM_3A50.png</screenshot>
</screenshots>
</application>