mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Adding recipe for defendguin.
This commit is contained in:
49
games-arcade/defendguin/defendguin-0.0.12.recipe
Normal file
49
games-arcade/defendguin/defendguin-0.0.12.recipe
Normal file
@@ -0,0 +1,49 @@
|
||||
SUMMARY="A Linux-themed clone of the arcade game Defender"
|
||||
DESCRIPTION="Defendguin is a clone of the arcade game Defender,\
|
||||
but with a Linux theme. Your mission is to defend little penguinoids \
|
||||
from being captured and mutated."
|
||||
HOMEPAGE="http://www.newbreedsoftware.com/defendguin/"
|
||||
COPYRIGHT="1999-2009 Bill Kendrick"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.tuxpaint.org/unix/x/defendguin/src/defendguin-0.0.12.tar.gz"
|
||||
CHECKSUM_SHA256="3c248bed480b291901b7509525dc952be6d28dfa47fd6f8e3fb9873f46017330"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
defendguin = $portVersion
|
||||
cmd:defendguin = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i "s/-lm//g" Makefile
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs PREFIX=$appsDir/Defendguin
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/Defendguin/bin
|
||||
make install PREFIX=$appsDir/Defendguin
|
||||
addAppDeskbarSymlink $appsDir/Defendguin/bin/defendguin defendguin
|
||||
}
|
||||
Reference in New Issue
Block a user