Fix a lot of lint failures.

This commit is contained in:
Augustin Cavalier
2015-07-16 12:15:14 -04:00
parent 2714d7583b
commit c74967bb0e
30 changed files with 87 additions and 117 deletions

View File

@@ -1,5 +1,5 @@
SUMMARY="A free, single-player dungeon exploration game"
HOMEPAGE="http://rephial.org/"
SUMMARY="a free, single-player dungeon exploration game."
DESCRIPTION="
Angband is a free, single-player dungeon exploration game. You play an \
adventurer: seeking riches, fighting monsters, and preparing for a final \
@@ -8,16 +8,13 @@ battle with Morgoth, the Lord of Darkness.
REVISION="2"
ARCHITECTURES="x86_gcc2"
LICENSE="GNU GPL v2"
COPYRIGHT="
Robert Alan Koeneke (1985).
James E. Wilson (1989).
1990, Alex Cutler and Andy Astrand
1991-1992 Sean Marsh, Geoff Hill, Charles Teague
1993 Charles Swiger
1994-1999 Ben Harrison
2000-2014 Robert Ruehlmann
"
COPYRIGHT="1985 Robert Alan Koeneke
1989 James E. Wilson
1990 Alex Cutler and Andy Astrand
1991-1992 Sean Marsh, Geoff Hill, Charles Teague
1993 Charles Swiger
1994-1999 Ben Harrison
2000-2014 Robert Ruehlmann"
SOURCE_URI="http://rephial.org/downloads/3.5/angband-v3.5.0.tar.gz"
CHECKSUM_SHA256="3d3c3a8839ef97613d5e29c116c5e88c93b913485768106ad4906c75069085ec"
SOURCE_DIR="angband-v3.5.0"