Fix copyrights in various recipes. No functional change intended.

This commit is contained in:
Augustin Cavalier
2015-06-08 10:54:00 -04:00
parent 43d3c27445
commit 42cc1eac74
32 changed files with 83 additions and 83 deletions

View File

@@ -7,7 +7,7 @@ beyond the forbidden swamp. Donning his armour, Edgar sets off to rescue him, \
but his quest will not be easy..."
HOMEPAGE="http://www.parallelrealities.co.uk/p/legend-of-edgar.html"
LICENSE="GNU GPL v2"
COPYRIGHT="Copyright (C) 2009-2014 Parallel Realities"
COPYRIGHT="2009-2014 Parallel Realities"
SRC_URI="http://sourceforge.net/projects/legendofedgar/files/1.16/edgar-1.16-1.tar.gz"
CHECKSUM_SHA256="33884b1adb09f826dbe653ea19004bd0c11baf4f25651c4e49f05d2def5dc8f4"
REVISION="1"
@@ -61,6 +61,6 @@ INSTALL()
installDir=$appsDir/"Edgar/"
mkdir -p "$installDir"
make install DESTDIR="$installDir" BIN_DIR="$installDir" DATA_DIR="$installDir"games/edgar/
addAppDeskbarSymlink $appsDir/Edgar/edgar Edgar
}