DESCRIPTION="Mercurial is a free, distributed source control management tool" HOMEPAGE="http://mercurial.selenic.com/" SRC_URI="http://mercurial.selenic.com/release/mercurial-1.8.3.tar.gz" CHECKSUM_MD5="7afea936dfdb21220064cac6402f8743" REVISION="1" STATUS_HAIKU="stable" DEPEND="dev-lang/python >= 2.3" BUILD { cd mercurial-1.8.3 python setup.py build --force } INSTALL { cd mercurial-1.8.3 if [ -n "${DESTDIR}" ];then python setup.py install --root="${DESTDIR}" --prefix="/boot/common" --force else python setup.py install --prefix="/boot/common" --force fi } TEST { cd mercurial-1.8.3/tests python run-tests.py } LICENSE="GNU GPL v2" COPYRIGHT="2005-2011 Matt Mackall et al. "