mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add a .bep to build fossil from its own repo.
This commit is contained in:
23
dev-vcs/fossil/fossil-1.22-fossil.bep
Normal file
23
dev-vcs/fossil/fossil-1.22-fossil.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="Simple, high-reliability, distributed software configuration management"
|
||||
HOMEPAGE="http://www.fossil-scm.org/"
|
||||
SRC_URI="fossil+http://www.fossil-scm.org/"
|
||||
#CHECKSUM_MD5=""
|
||||
REVISION="3"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
make test
|
||||
}
|
||||
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2007 D. Richard Hipp"
|
||||
Reference in New Issue
Block a user