mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Update Fossil to v1.36
This commit is contained in:
53
dev-vcs/fossil/fossil-1.36.recipe
Normal file
53
dev-vcs/fossil/fossil-1.36.recipe
Normal file
@@ -0,0 +1,53 @@
|
||||
SUMMARY="A tool for distributed software configuration management"
|
||||
DESCRIPTION="Fossil is a simple, high-reliability, distributed version \
|
||||
control system like Git and Mercurial, but Fossil also supports distributed \
|
||||
bug tracking, distributed wiki, and a distributed blog mechanism all in a \
|
||||
single integrated package.
|
||||
|
||||
Additionally, Fossil also has a built-in and easy-to-use web interface that \
|
||||
simplifies project tracking and promotes situational awareness."
|
||||
HOMEPAGE="https://www.fossil-scm.org/"
|
||||
COPYRIGHT="2007-2016 D. Richard Hipp"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.fossil-scm.org/download/fossil-src-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
fossil = $portVersion
|
||||
cmd:fossil = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
lib:libssl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz
|
||||
devel:libssl
|
||||
"
|
||||
# tests require cmd:tclsh
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make test
|
||||
}
|
||||
Reference in New Issue
Block a user