Various .deb files
This commit is contained in:
parent
d72212aa5f
commit
e12092b895
5
Resources/Unix/Control/postinst
Executable file
5
Resources/Unix/Control/postinst
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
if command -v update-menus >/dev/null 2>&1 ; then
|
||||
update-menus
|
||||
fi
|
11
Resources/Unix/Debian/changelog
Normal file
11
Resources/Unix/Debian/changelog
Normal file
@ -0,0 +1,11 @@
|
||||
openspades (0.0.11) trusty; urgency=low
|
||||
|
||||
* Even dummier entry
|
||||
|
||||
-- yvt <i@yvt.jp> Sat, 26 Apr 2014 16:57:23 +1100
|
||||
|
||||
openspades (0.0.10) trusty; urgency=medium
|
||||
|
||||
* Dummy entry
|
||||
|
||||
-- yvt <i@yvt.jp> Sat, 26 Apr 2014 16:20:11 +1100
|
23
Resources/Unix/Debian/copyright.in
Normal file
23
Resources/Unix/Debian/copyright.in
Normal file
@ -0,0 +1,23 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: OpenSpades
|
||||
Upstream-Contact: yvt <i@yvt.jp>
|
||||
Source: https://github.com/yvt/openspades
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2013-${CMAKE_CURRENT_YEAR} yvt <i@yvt.jp>
|
||||
License: GPL-3
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; version 3 dated June, 2007.
|
||||
.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
.
|
||||
On Debian systems, the full text of the GPL v3 can be found in
|
||||
/usr/share/common-licenses/GPL-3
|
@ -6,6 +6,7 @@ Exec=openspades %U
|
||||
Name=OpenSpades
|
||||
GenericName=Sandbox building and FPS videogame
|
||||
Comment=Open-source clone of Ace of Spades
|
||||
Keywords=game;fps;sandbox;voxel;aos;
|
||||
Icon=openspades.png
|
||||
Categories=Application;Network;Game;
|
||||
MimeType=x-scheme-handler/aos
|
36
Resources/Unix/Man/openspades.6.in
Normal file
36
Resources/Unix/Man/openspades.6.in
Normal file
@ -0,0 +1,36 @@
|
||||
.TH "openspades" "6" "" "openspades" ""
|
||||
.SH "NAME"
|
||||
OpenSpades \- Open-source clone of Ace of Spades
|
||||
.SH "SYNOPSIS"
|
||||
.
|
||||
.B openspades
|
||||
[\fIOPTIONS\fR]
|
||||
[SERVER URI]
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
OpenSpades is a clone of Voxlap Ace of Spades 0.75, which is a free multiplayer game created by Ben Aksoy.
|
||||
|
||||
Here are some features:
|
||||
|
||||
- ability to connect to vanilla/pyspades server
|
||||
- better performance on some modern computers/netbooks
|
||||
- sophisticated graphics
|
||||
- fully open source (GPLv3 compliant)
|
||||
- cross-platform
|
||||
.SH "OPTIONS"
|
||||
.
|
||||
.TP
|
||||
.BI \-v \ version
|
||||
Specify protocol version. Possible values: 0.75, 0.76
|
||||
.TP
|
||||
SERVER URI
|
||||
Should be string like 'aos://address:port'. Address could be regular IP address or specified Ace of Spades address.
|
||||
Port is just regular port.
|
||||
.
|
||||
.SH "COPYRIGHT"
|
||||
.
|
||||
Copyright \(co 2013\-${CMAKE_CURRENT_YEAR} yvt <i@yvt.jp>
|
||||
.br
|
||||
License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>.
|
||||
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
|
||||
.
|
2
Resources/Unix/Menu/openspades
Normal file
2
Resources/Unix/Menu/openspades
Normal file
@ -0,0 +1,2 @@
|
||||
?package(openspades):needs="X11" section="Games/Action"\
|
||||
title="OpenSpades" command="/usr/games/openspades" icon="/usr/share/pixmaps/openspades.xpm"
|
Loading…
x
Reference in New Issue
Block a user