mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
fossil: bump to 2.28 (#13815)
This commit is contained in:
61
dev-vcs/fossil/fossil-2.28.recipe
Normal file
61
dev-vcs/fossil/fossil-2.28.recipe
Normal file
@@ -0,0 +1,61 @@
|
||||
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, distributed forums, 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 D. Richard Hipp"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://fossil-scm.org/home/tarball/?name=version-$portVersion/fossil-src-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="84c18824ca227e7602d2408b663c3747f754ad306ed5c73ddab959d6589538a6"
|
||||
SOURCE_DIR="fossil-src-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
fossil$secondaryArchSuffix = $portVersion
|
||||
cmd:fossil = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix >= 3
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
cmd:tclsh
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# not an autotools configure
|
||||
./configure --prefix=$prefix
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
install -d $manDir/man1
|
||||
install -t $manDir/man1 -m 444 fossil.1
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make test
|
||||
}
|
||||
Reference in New Issue
Block a user