mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
28 lines
686 B
Plaintext
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."
|