Merged in humdinger/haikuports/Flare (pull request #345)

Added an rdef for vector icon and app signature.
This commit is contained in:
Scott McCreary
2014-12-15 08:11:20 -08:00
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()