mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
19 lines
497 B
Plaintext
19 lines
497 B
Plaintext
DESCRIPTION="Mercurial is a free, distributed source control management tool"
|
|
HOMEPAGE="http://mercurial.selenic.com/"
|
|
SRC_URI="http://mercurial.selenic.com/release/mercurial-1.4.tar.gz"
|
|
CHECKSUM_MD5="951ebd4a8153eaa3c56fc0ce2575ab70"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd mercurial-1.4
|
|
python setup.py install --prefix="/boot/common" --force
|
|
}
|
|
|
|
INSTALL {
|
|
cd mercurial-1.4
|
|
make install PREFIX=/boot/common
|
|
}
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2005-2010 Matt Mackall et al. "
|