Package: fossil Version: 20111213135356 Revision: 1 Description: Distributed version control system DescDetail: << A self-contained, open source, distributed version control system like git or mercurial with integrated bug tracking, wiki and blog mechanisms. Fossil also contains a web-based ui and an autosync mode to keep remote repositories in sync. << DescUsage: << Please see "fossil help" and the homepage for usage information. << License: BSD Homepage: http://www.fossil-scm.org Maintainer: Daniel Johnson Source: http://www.fossil-scm.org/download/fossil-src-%v.tar.gz Source-MD5: b81c13dc145804911c0b941c804522d6 BuildDepends: system-openssl-dev NoSetCPPFLAGS: true NoSetLDFLAGS: true ConfigureParams: --with-openssl=/usr CompileScript: ./configure %c; make TCLSH=/usr/bin/tclsh InfoTest: TestScript: make test TCLSH=/usr/bin/tclsh || exit 2 InstallScript: << mkdir -p %i/bin install -m 0755 fossil %i/bin << DocFiles: COPYRIGHT-BSD2.txt