contrib/mercurial/Pkgfile

18 lines
445 B
Plaintext
Raw Normal View History

2007-09-29 04:32:09 +02:00
# Description: Mercurial the distributed VCS.
# URL: http://www.selenic.com/mercurial/wiki/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on:
2006-10-29 12:38:47 +01:00
name=mercurial
2008-01-04 14:40:46 +01:00
version=0.9.5
2007-06-26 05:44:57 +02:00
release=1
2007-09-29 04:32:09 +02:00
source=(http://www.selenic.com/$name/release/$name-$version.tar.gz)
2006-10-29 12:38:47 +01:00
build() {
2007-09-29 04:32:09 +02:00
cd $name-$version
2006-10-29 12:38:47 +01:00
python setup.py install --root=$PKG
2007-09-29 04:32:09 +02:00
chown -R root:root $PKG
2006-10-29 12:38:47 +01:00
}