mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add a .bep for the fossil SCM, used by Tcl.Tk.
Most tests work: 8 errors out of 11151 tests.
This commit is contained in:
26
dev-vcs/fossil/fossil-1.22.bep
Normal file
26
dev-vcs/fossil/fossil-1.22.bep
Normal file
@@ -0,0 +1,26 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user