0
0
Fork 0
haikuports/games-action/barrage/barrage-1.0.5.recipe

64 lines
1.4 KiB
Bash
Raw Permalink Normal View History

2015-07-16 16:15:14 +00:00
SUMMARY="A destructive shooting game"
DESCRIPTION="Barrage is a rather destructive action game that puts you on a \
shooting range with the objective to hit as many dummy targets as possible \
within 3 minutes. You control a gun that may either fire small or large \
grenades at soldiers, jeeps and tanks. Targets are fast paced and require \
careful aiming as it takes half a second to reload the gun. In addition, \
you have to keep an eye on your ammo and reload in time."
HOMEPAGE="http://lgames.sourceforge.net/"
2019-11-02 17:36:11 +00:00
COPYRIGHT="2003-2019 Michael Speck"
2016-02-17 19:26:37 +00:00
LICENSE="GNU GPL v2"
REVISION="1"
2019-11-02 17:36:11 +00:00
SOURCE_URI="http://downloads.sourceforge.net/project/lgames/barrage/barrage-$portVersion.tar.gz"
CHECKSUM_SHA256="a78897ab6a8cf6d53d4093bb8abae204ddfa3a22c5cab9e76220e4987de76904"
PATCHES="barrage-$portVersion.patchset"
ARCHITECTURES="?all x86_gcc2"
2019-11-02 17:36:11 +00:00
GLOBAL_WRITABLE_FILES="
var/games/barrage/barrage.hscr keep-old
"
PROVIDES="
barrage = portVersion
cmd:barrage = $portVersion
2016-02-26 15:33:51 +00:00
"
REQUIRES="
haiku
2019-11-02 17:36:11 +00:00
lib:libSDL_1.2
lib:libSDL_mixer_1.2
2016-02-26 15:33:51 +00:00
"
BUILD_REQUIRES="
haiku_devel
2019-11-02 17:36:11 +00:00
devel:libSDL
devel:libSDL_mixer
2016-02-29 01:17:42 +00:00
"
BUILD_PREREQUIRES="
2019-11-02 17:36:11 +00:00
cmd:aclocal
cmd:autoreconf
cmd:awk
cmd:gcc
cmd:ld
cmd:libtoolize
2018-08-09 08:27:19 +00:00
cmd:make
2016-02-29 01:17:42 +00:00
"
BUILD()
{
2019-11-02 17:36:11 +00:00
autoreconf -vfi
runConfigure --omit-dirs binDir ./configure \
--bindir=$appsDir
make $jobArgs
}
2016-02-17 19:26:37 +00:00
INSTALL()
{
make install
2019-11-02 17:36:11 +00:00
mv $appsDir/barrage $appsDir/Barrage
addAppDeskbarSymlink $appsDir/Barrage
}