Files
haikuports/games-puzzle/numptyphysics/numptyphysics-0.2-157.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

29 lines
770 B
Plaintext

DESCRIPTION="Numpty Physics is a drawing puzzle game in the spirit of Crayon Physics"
HOMEPAGE="http://numptyphysics.garage.maemo.org"
SRC_URI="svn+https://vcs.maemo.org/svn/numptyphysics/trunk/#157"
#CHECKSUM_MD5=""
REVISION="1"
STATUS_HAIKU="unstable"
DEPEND="media-libs/libsdl >= 1.2.14
dev-games/box2d >= 2.1.2"
BUILD()
{
cd numptyphysics-0.2-157
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--bindir=`finddir B_APPS_DIRECTORY`/numptyphysics \
--datarootdir=`finddir B_APPS_DIRECTORY`
# TODO: figure out how to move the ~/.numptyphysics directory to ~/config/settings/numptyphysics
make
}
INSTALL()
{
cd numptyphysics-0.2-157
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2008 Tim Edmonds"