mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
30 lines
568 B
Plaintext
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"
|