diff --git a/games-arcade/defendguin/defendguin-0.0.12.recipe b/games-arcade/defendguin/defendguin-0.0.12.recipe new file mode 100644 index 000000000..5145aee7a --- /dev/null +++ b/games-arcade/defendguin/defendguin-0.0.12.recipe @@ -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 +}