mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
29
dev-vcs/git/git-1.8.0.recipe
Normal file
29
dev-vcs/git/git-1.8.0.recipe
Normal file
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION="git a fast version control system"
|
||||
HOMEPAGE="http://git-scm.com/"
|
||||
SRC_URI="http://git-core.googlecode.com/files/git-1.8.0.tar.gz"
|
||||
CHECKSUM_MD5="12f4d20f34ae37086d86dd3b9d037bba"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="net-misc/curl >= 7.20.0
|
||||
dev-lang/perl >= 5.10.1
|
||||
dev-vcs/gitdoc == 1.8.0"
|
||||
BUILD()
|
||||
{
|
||||
cd git-1.8.0
|
||||
make strip
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd git-1.8.0
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd git-1.8.0
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2012 Git Authors (see git web site for list)"
|
||||
Reference in New Issue
Block a user