gnu: btanks: Rename package to battle-tanks.
* gnu/packages/games.scm (btanks): Define in terms of 'deprecated-package'. (battle-tanks): New variable, formerly known as "btanks".
This commit is contained in:
parent
f6a21d61de
commit
b1aee9fce2
|
@ -6185,9 +6185,9 @@ to download and install them in @file{$HOME/.stepmania-X.Y/Songs} directory.")
|
||||||
(home-page "https://www.stepmania.com")
|
(home-page "https://www.stepmania.com")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public btanks
|
(define-public battle-tanks
|
||||||
(package
|
(package
|
||||||
(name "btanks")
|
(name "battle-tanks")
|
||||||
(version "0.9.8083")
|
(version "0.9.8083")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -6261,15 +6261,19 @@ to download and install them in @file{$HOME/.stepmania-X.Y/Songs} directory.")
|
||||||
("zip" ,zip)))
|
("zip" ,zip)))
|
||||||
(home-page "http://btanks.sourceforge.net")
|
(home-page "http://btanks.sourceforge.net")
|
||||||
(synopsis "Multiplayer tank battle game")
|
(synopsis "Multiplayer tank battle game")
|
||||||
(description "Battle Tanks is a funny battle game, where you can choose
|
(description "Battle Tanks (also known as \"btanks\") is a funny battle
|
||||||
one of three vehicles and eliminate your enemy using the whole arsenal of
|
game, where you can choose one of three vehicles and eliminate your enemy
|
||||||
weapons. It has original cartoon-like graphics and cool music, it’s fun and
|
using the whole arsenal of weapons. It has original cartoon-like graphics and
|
||||||
dynamic, it has several network modes for deathmatch and cooperative.")
|
cool music, it’s fun and dynamic, it has several network modes for deathmatch
|
||||||
|
and cooperative.")
|
||||||
;; Some parts (e.g. mrt/b64.cpp) are LGPLv2.1+, but the whole package is
|
;; Some parts (e.g. mrt/b64.cpp) are LGPLv2.1+, but the whole package is
|
||||||
;; released under GPLv2 or later. It comes with extra exceptions for the
|
;; released under GPLv2 or later. It comes with extra exceptions for the
|
||||||
;; developers.
|
;; developers.
|
||||||
(license (list license:gpl2+ license:lgpl2.1+))))
|
(license (list license:gpl2+ license:lgpl2.1+))))
|
||||||
|
|
||||||
|
(define-public btanks
|
||||||
|
(deprecated-package "btanks" battle-tanks))
|
||||||
|
|
||||||
(define-public slingshot
|
(define-public slingshot
|
||||||
(package
|
(package
|
||||||
(name "slingshot")
|
(name "slingshot")
|
||||||
|
|
Loading…
Reference in New Issue