Files
haikuports/games-puzzle/flobopuyo/flobopuyo-0.20.recipe
2015-07-02 11:13:12 -04:00

48 lines
1.3 KiB
Bash

SUMMARY="Form groups of four puyos of the same color"
DESCRIPTION="If you don't believe in Tetris games anymore, FloboPuyo will make \
you change your mind. Its funny puyos and legendary opponents know how to heat \
the game every time. Don't forget to develop your skills in secret before \
challenging your friends with the multi-player mode."
HOMEPAGE="http://www.ios-software.com/flobopuyo-en"
SOURCE_URI="http://archive.ubuntu.com/ubuntu/pool/universe/f/flobopuyo/flobopuyo_0.20.orig.tar.gz"
CHECKSUM_SHA256="bcad1be163b597b71d7dec33891e96fae85a0c09ecba6b7e70707d30af1eceb2"
SOURCE_DIR="flobopuyo-0.20.orig"
PATCHES="flobopuyo-$portVersion.patchset"
COPYRIGHT="2015 Fovea"
LICENSE="GNU GPL v2"
REVISION="1"
ARCHITECTURES="x86_gcc2"
PROVIDES="
flobopuyo = $portVersion
"
BUILD_REQUIRES="
haiku_devel
devel:sdl_image
devel:sdl_mixer
"
BUILD_PREREQUIRES="
cmd:bison
cmd:dos2unix
cmd:flex
cmd:gcc
cmd:make
cmd:sdl_config
"
BUILD()
{
dos2unix SDL_prim.h scenar.y
make $jobArgs PREFIX=$prefix/apps/flobopuyo DATADIR='$(PREFIX)/data' INSTALL_BINDIR='$(PREFIX)' INSTALL_DATADIR='$(DATADIR)'
}
INSTALL()
{
make install PREFIX=$prefix/apps/flobopuyo DATADIR='$(PREFIX)/data' INSTALL_BINDIR='$(PREFIX)' INSTALL_DATADIR='$(DATADIR)'
addAppDeskbarSymlink $prefix/apps/flobopuyo/flobopuyo Flobopuyo
}