Files
haikuports/media-libs/agar/agar-1.4.1.recipe
2015-08-04 12:08:31 -04:00

30 lines
536 B
Bash

DESCRIPTION="A modern open-source, cross-platform toolkit for graphical applications"
HOMEPAGE="http://libagar.org/index.html.en"
SOURCE_URI="http://stable.hypertriton.com/agar/agar-1.4.1.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="ce71fb11ad79c926a968a4ed29053820"
BUILD()
{
cd agar-1.4.1
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd agar-1.4.1
make install
}
TEST()
{
cd agar-1.4.1
# make test
# make check
}
LICENSE="BSD (2-clause)"
COPYRIGHT="2002-2011 Hypertrition, Inc."