Added an rdef for vector icon and app signature.

This commit is contained in:
Humdinger
2014-12-15 17:01:19 +01:00
parent a7a8cf91c9
commit ac66df4417
2 changed files with 49 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ HOMEPAGE="http://flarerpg.org"
SRC_URI="http://downloads.sourceforge.net/project/flare-game/Linux/flare.0.19.tar.gz"
CHECKSUM_SHA256="c96995fff6b71d44ddeae611b1ae4cd35162655f73088000786d03478f0a924e"
SOURCE_DIR="flare.0.19"
REVISION="1"
REVISION="2"
LICENSE="GNU GPL v3"
COPYRIGHT="2010-2013 Clint Bellanger"
@@ -54,6 +54,8 @@ BUILD()
{
cmake .
make $jobArgs
addResourcesToBinaries distribution/flare.rdef flare
}
INSTALL()