Files
haikuports/dev-vcs/fossil/fossil-1.22.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

30 lines
568 B
Plaintext

DESCRIPTION="Simple, high-reliability, distributed software configuration management"
HOMEPAGE="http://www.fossil-scm.org/"
SRC_URI="http://www.fossil-scm.org/download/fossil-src-20120317175325.tar.gz"
CHECKSUM_MD5="a7106450722e8477972d230fa535702f"
REVISION="3"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd fossil-src-20120317175325
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd fossil-src-20120317175325
make install
}
TEST()
{
cd fossil-src-20120317175325
make test
}
LICENSE="BSD (2-clause)"
COPYRIGHT="2007 D. Richard Hipp"