Fixed building debian packages
This commit is contained in:
parent
b2e8cb9a90
commit
76b13c8cf3
7 changed files with 44 additions and 6 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
|||
6
|
||||
7
|
||||
|
|
36
debian/control
vendored
36
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: stratagus
|
|||
Section: games
|
||||
Priority: optional
|
||||
Maintainer: Pali Rohár <pali.rohar@gmail.com>
|
||||
Build-Depends: debhelper (>> 5), cdbs, cmake (>= 2.6), doxygen,
|
||||
Build-Depends: debhelper (>= 7), cdbs, cmake (>= 2.6), doxygen,
|
||||
imagemagick, sharutils, liblua5.1-dev | liblua5.1-0-dev, libtolua++5.1-dev,
|
||||
zlib1g-dev, libbz2-dev, libpng12-dev (>= 1.2.5), libmng-dev,
|
||||
libmikmod2-dev, libogg-dev, libvorbis-dev, libtheora-dev,
|
||||
|
@ -112,3 +112,37 @@ Description: Strategy Gaming Engine (documentation)
|
|||
The sound options will depend on your personal election on SDL packages.
|
||||
.
|
||||
This package contains Stratagus documentation.
|
||||
|
||||
Package: stratagus-dev
|
||||
Architecture: all
|
||||
Suggests: stratagus
|
||||
Description: Strategy Gaming Engine (development files)
|
||||
Stratagus is a free cross-platform real-time strategy gaming engine.
|
||||
It includes support for playing over Internet/LAN, or playing vs.
|
||||
computer opponents. The engine is configurable and can be used to
|
||||
create games with a wide-range of features specific to your needs.
|
||||
.
|
||||
Stratagus started as a clone of the realtime fantasy strategy game
|
||||
Warcraft II from Blizzard Entertainment, although it is used now as a
|
||||
game engine to build other games, sci-fi or fantasy ones.
|
||||
.
|
||||
Stratagus is developed together for Windows, Linux and Linux Maemo based
|
||||
devices (Nokia N900).
|
||||
.
|
||||
Games which use Stratagus:
|
||||
* Wargus - Warcraft II - https://launchpad.net/wargus
|
||||
* Stargus - Starcraft I - https://launchpad.net/stargus
|
||||
* War1gus - Warcraft I - https://launchpad.net/war1gus
|
||||
.
|
||||
This package provides no game and no game data set. This is only engine.
|
||||
To play one of game, install package wargus, war1gus or stargus.
|
||||
.
|
||||
This is the stable release of Stratagus, and is both fairly playable and
|
||||
fairly bug-free. It also has network connectivity for up to 8 players.
|
||||
.
|
||||
This version is compiled with some of the possible options, and thus has
|
||||
gzip, bunzip2, SDL, vorbis, theora and OpenGL (or OpenGL ES 1.1) support.
|
||||
The sound options will depend on your personal election on SDL packages.
|
||||
.
|
||||
This package contains Stratagus game development headers files needed for
|
||||
building Stratagus games.
|
||||
|
|
8
debian/rules
vendored
8
debian/rules
vendored
|
@ -36,14 +36,16 @@ clean::
|
|||
|
||||
build:
|
||||
mkdir -p build build-dbg
|
||||
cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_DOC=ON ..
|
||||
cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_DOC=ON -DENABLE_DEV=ON ..
|
||||
cd build-dbg && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
|
||||
$(MAKE) -C build
|
||||
$(MAKE) -C build-dbg
|
||||
|
||||
common-binary-indep::
|
||||
$(MAKE) -C build DESTDIR=$(CURDIR)/debian/tmp install
|
||||
|
||||
install/stratagus::
|
||||
$(MAKE) -C build DESTDIR=$(CURDIR)/debian/stratagus install
|
||||
convert src/win32/stratagus.ico $(CURDIR)/debian/stratagus/usr/share/pixmaps/stratagus.png
|
||||
convert src/win32/stratagus.ico debian/stratagus/usr/share/pixmaps/stratagus.png
|
||||
|
||||
install/stratagus-dbg::
|
||||
$(MAKE) -C build-dbg DESTDIR=$(CURDIR)/debian/stratagus-dbg install
|
||||
|
|
1
debian/stratagus-dev.install
vendored
Normal file
1
debian/stratagus-dev.install
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
usr/include
|
1
debian/stratagus-doc.install
vendored
Normal file
1
debian/stratagus-doc.install
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
usr/share/doc
|
1
debian/stratagus.dirs
vendored
1
debian/stratagus.dirs
vendored
|
@ -1,3 +1,2 @@
|
|||
usr/games
|
||||
usr/share/pixmaps
|
||||
usr/share/games/stratagus
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
usr/bin
|
||||
usr/games
|
Loading…
Add table
Reference in a new issue