Files
haikuports/dev-games/flatzebra/flatzebra-0.1.3.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

28 lines
686 B
Plaintext

DESCRIPTION="A generic game engine for 2D double-buffering animation"
HOMEPAGE="http://sarrazip.com/dev/burgerspace.html"
SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/flatzebra-0.1.3.tar.gz"
CHECKSUM_MD5="4f595c64e4ef2c82a2da4d420eacea1a"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/libsdl >= 1.2.4
media-libs/libsdl_image >= 1.2.2
media-libs/libsdl_mixer >= 1.2.4"
BUILD()
{
cd flatzebra-0.1.3
libtoolize --force --copy --install
aclocal -I macros
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd flatzebra-0.1.3
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2009 Pierre Sarrazin."