mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
30 lines
536 B
Bash
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."
|