From 2878bd2c3810879c05cc5d176df38c07dce95b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 21 Apr 2012 03:02:53 +0000 Subject: [PATCH] Add a .bep for the fossil SCM, used by Tcl.Tk. Most tests work: 8 errors out of 11151 tests. --- dev-vcs/fossil/fossil-1.22.bep | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-vcs/fossil/fossil-1.22.bep diff --git a/dev-vcs/fossil/fossil-1.22.bep b/dev-vcs/fossil/fossil-1.22.bep new file mode 100644 index 000000000..2faffcee5 --- /dev/null +++ b/dev-vcs/fossil/fossil-1.22.bep @@ -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"