mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
31 lines
775 B
Bash
31 lines
775 B
Bash
DESCRIPTION="
|
|
Numpty Physics is a drawing puzzle game in the spirit of Crayon Physics.
|
|
"
|
|
HOMEPAGE="http://numptyphysics.garage.maemo.org"
|
|
SOURCE_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"
|