SUMMARY="Metal Blob Solid is a 2D platform game" DESCRIPTION="Since their world was invaded by an alien race, the Blobs have \ faced a lifetime of war. But now they have a chance to win the war once and \ for all. In Blob Wars: Metal Blob Solid, you take on the role of a fearless \ Blob agent, Bob. Bob's mission is to infiltrate the various enemy bases around \ the Blobs' homeworld and rescue as many MIAs as possible. But standing in his \ way are many vicious aliens, other Blobs who have been assimilated and the \ evil alien leader, Galdov." HOMEPAGE="https://www.parallelrealities.co.uk/games/metalBlobSolid/" COPYRIGHT="2004, 2005 Milan Babuskov" LICENSE="GNU GPL v2" REVISION="3" SOURCE_URI="http://sourceforge.net/projects/blobwars/files/blobwars-1.19.tar.gz" CHECKSUM_SHA256="f9bafe59ead9e370ceaba4aae3d280241bf05fa06c8ae006eec0322c2fe9e2ed" PATCHES="blobwars-1.19.patch" ARCHITECTURES="all ?x86" PROVIDES=" blobwars = $portVersion app:blobwars = $portVersion " REQUIRES=" haiku lib:libintl lib:libSDL_1.2 lib:libSDL_image_1.2 lib:libSDL_mixer_1.2 lib:libSDL_net_1.2 lib:libSDL_ttf_2.0 lib:libz " BUILD_REQUIRES=" haiku_devel devel:libintl devel:libSDL devel:libSDL_image devel:libSDL_mixer devel:libSDL_net devel:libSDL_ttf devel:libz " BUILD_PREREQUIRES=" cmd:gcc cmd:make " BUILD() { make $jobArgs } INSTALL() { mkdir -p $appsDir/BlobWars/{data,doc,icons,sound,gfx,locale} cp blobwars $appsDir/BlobWars/ cp -r data/* $appsDir/BlobWars/data/ cp -r doc $appsDir/BlobWars/ cp -r icons $appsDir/BlobWars/ cp -r sound $appsDir/BlobWars/ cp -r gfx $appsDir/BlobWars/ cp -r locale $appsDir/BlobWars/ addAppDeskbarSymlink $appsDir/BlobWars/blobwars BlobWars }