2006-10-29 12:38:47 +01:00
|
|
|
# Description: Distributed source code management system
|
|
|
|
# URL: http://www.selenic.com/mercurial/
|
|
|
|
# Maintainer: Mark Rosenstand, mark at borkware dot net
|
|
|
|
# Depends on: python
|
|
|
|
|
|
|
|
name=mercurial
|
2006-12-18 07:10:20 +01:00
|
|
|
version=0.9.3
|
2007-04-02 01:43:44 +02:00
|
|
|
release=2
|
2006-10-29 12:38:47 +01:00
|
|
|
source=(http://www.selenic.com/mercurial/release/mercurial-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd mercurial-$version
|
|
|
|
python setup.py install --root=$PKG
|
|
|
|
}
|