mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated doxygen to 1.6.2 and mercurial to 1.4.2
This commit is contained in:
16
dev-util/mercurial/mercurial-1.4.2.bep
Normal file
16
dev-util/mercurial/mercurial-1.4.2.bep
Normal file
@@ -0,0 +1,16 @@
|
||||
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.2.tar.gz"
|
||||
CHECKSUM_MD5="cf23b0887f0437c8601d5b89ae4663a6"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd mercurial-1.4.2
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd mercurial-1.4.2
|
||||
python setup.py install --prefix=/boot/common
|
||||
}
|
||||
Reference in New Issue
Block a user