2006-01-15 03:40:43 -08:00
|
|
|
# -*-shell-script-*-
|
|
|
|
|
|
|
|
[Meta]
|
2006-03-26 06:35:37 -08:00
|
|
|
RootName: @gna.org/warzone:$SOFTWAREVERSION
|
2006-08-23 10:48:47 -07:00
|
|
|
DisplayName: Warzone 2100
|
|
|
|
ShortName: warzone2100
|
2006-01-15 03:40:43 -08:00
|
|
|
Maintainer: Warzone Resurrection Project <warzone-dev@gna.org>
|
|
|
|
Packager: Dennis Schridde <devurandom@gna.org>
|
2006-08-23 10:48:47 -07:00
|
|
|
Summary: Warzone 2100 is a 3D realtime strategy game about a post nuklear war in the year 2100
|
2006-10-09 14:50:50 -07:00
|
|
|
URL: http://wz2100.net/
|
2006-01-15 03:40:43 -08:00
|
|
|
License: GNU General Public License, Version 2
|
|
|
|
SoftwareVersion: @VERSION@
|
2006-10-30 09:15:30 -08:00
|
|
|
Repository: http://download.gna.org/warzone/.autopackage/$SHORTNAME.xml
|
|
|
|
PackageDesktop: share/applications/warzone2100.desktop
|
|
|
|
# PackageVersion: 2
|
|
|
|
AutopackageTarget: 1.2
|
2006-01-15 03:40:43 -08:00
|
|
|
|
|
|
|
[BuildPrepare]
|
2007-04-21 06:46:28 -07:00
|
|
|
prepareBuild --enable-data --disable-mp3
|
2006-01-15 03:40:43 -08:00
|
|
|
|
|
|
|
[BuildUnprepare]
|
|
|
|
unprepareBuild
|
|
|
|
|
2006-10-30 09:15:30 -08:00
|
|
|
[Globals]
|
2007-04-21 06:46:28 -07:00
|
|
|
export APBUILD_STATIC="physfs=libphysfs.a"
|
2006-10-30 09:15:30 -08:00
|
|
|
|
2006-01-15 03:40:43 -08:00
|
|
|
[Imports]
|
|
|
|
echo '*' | import
|
|
|
|
|
|
|
|
[Prepare]
|
|
|
|
# Dependency checking
|
|
|
|
require @libsdl.org/sdl 1.2
|
|
|
|
require @libsdl.org/sdl_net 1.2
|
2006-04-23 04:02:58 -07:00
|
|
|
require @opengl.org/opengl 1
|
|
|
|
require @openal.org/openal 0
|
|
|
|
require @libpng.org/libpng 3
|
|
|
|
require @xiph.org/libogg 0
|
|
|
|
require @xiph.org/libvorbis 0
|
2006-01-15 03:40:43 -08:00
|
|
|
|
2007-02-15 07:36:25 -08:00
|
|
|
removeOwningPackage $PREFIX/bin/warzone2100
|
2006-10-30 09:15:30 -08:00
|
|
|
removeOwningPackage $PREFIX/share/warzone2100
|
|
|
|
|
2006-01-15 03:40:43 -08:00
|
|
|
[Install]
|
|
|
|
# Put your installation script here
|
2006-10-30 09:15:30 -08:00
|
|
|
installExe bin/warzone2100
|
2007-03-31 11:04:43 -07:00
|
|
|
installData share/warzone2100 share/doc
|
2006-10-30 09:15:30 -08:00
|
|
|
installIcon share/icons/warzone2100.png
|
2007-02-15 07:36:25 -08:00
|
|
|
installMenuItem "Games/TacticStrategy" share/applications/warzone2100.desktop
|
2006-01-15 03:40:43 -08:00
|
|
|
|
|
|
|
[Uninstall]
|
|
|
|
# Usually just the following line is enough to uninstall everything
|
|
|
|
uninstallFromLog
|