Updated pixman to 0.17.2, removed patches as they've been applied upstream. Initial .bep file for mercurial, this one needs some more work so marking as broken for now. It needs to be fixed to 'make dist' and perhaps patches to fix /usr issues.

This commit is contained in:
Scott McCreary
2009-11-24 08:13:54 +00:00
parent 9ca5464088
commit 7e7f507718
3 changed files with 19 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
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"
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
}