We don't anymore use AutoPackage, so remove its files.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3365 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-01-05 21:00:56 +00:00
parent c3d879b76c
commit 939cc99b56
4 changed files with 0 additions and 80 deletions

View File

@ -1 +0,0 @@
When creating an AutoPackage, put an autopackage-gtk package and an autopackage runtime tarball from http://autopackage.org/ into the packages/ subdirectory!

View File

@ -1,52 +0,0 @@
# -*-shell-script-*-
[Meta]
RootName: @gna.org/warzone:$SOFTWAREVERSION
DisplayName: Warzone 2100
ShortName: warzone2100
Maintainer: Warzone Resurrection Project <warzone-dev@gna.org>
Packager: Dennis Schridde <devurandom@gna.org>
Summary: Warzone 2100 is a 3D realtime strategy game about a post nuklear war in the year 2100
URL: http://wz2100.net/
License: GNU General Public License, Version 2
SoftwareVersion: @VERSION@
Repository: http://download.gna.org/warzone/.autopackage/$SHORTNAME.xml
PackageDesktop: share/applications/warzone2100.desktop
# PackageVersion: 2
AutopackageTarget: 1.2
[BuildPrepare]
prepareBuild --enable-data --disable-mp3
[BuildUnprepare]
unprepareBuild
[Globals]
export APBUILD_STATIC="physfs=libphysfs.a"
[Imports]
echo '*' | import
[Prepare]
# Dependency checking
require @libsdl.org/sdl 1.2
require @libsdl.org/sdl_net 1.2
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
removeOwningPackage $PREFIX/bin/warzone2100
removeOwningPackage $PREFIX/share/warzone2100
[Install]
# Put your installation script here
installExe bin/warzone2100
installData share/warzone2100 share/doc
installIcon share/icons/warzone2100.png
installMenuItem "Games/TacticStrategy" share/applications/warzone2100.desktop
[Uninstall]
# Usually just the following line is enough to uninstall everything
uninstallFromLog

View File

@ -1,12 +0,0 @@
[Meta]
RootName: @icculus.org/physfs
DisplayName: PhysicsFS Filesystem Abstraction Library
ShortName: physfs
Skeleton-Author: Dennis Schridde <devurandom@gna.org>
Skeleton-Version: 1
Repository: http://download.gna.org/warzone/.autopackage/physfs.xml
[Notes]
[Test]
INTERFACE_VERSIONS=$(testForLib -i libphysfs-1.0.so)

View File

@ -1,15 +0,0 @@
# -*- shell-script-mode -*-
[Meta]
RootName: @openal.org/openal
DisplayName: OpenAL Audio Toolkit
ShortName: openal
Skeleton-Author: Dennis Schridde <devurandom@gmx.net>
Skeleton-Version: 1
[Notes]
[Test]
INTERFACE_VERSIONS=`testForLib -v libopenal.so`