mercurial: update to 2.1.
This commit is contained in:
parent
c88042c2de
commit
3ba09d994a
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'mercurial'
|
# Template file for 'mercurial'
|
||||||
pkgname=mercurial
|
pkgname=mercurial
|
||||||
version=2.0.2
|
version=2.1
|
||||||
homepage="http://mercurial.selenic.com"
|
homepage="http://mercurial.selenic.com"
|
||||||
distfiles="$homepage/release/$pkgname-$version.tar.gz"
|
distfiles="$homepage/release/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="Fast, lightweight source control management system"
|
short_desc="Fast, lightweight source control management system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=ca8b8fb93f2e3e8c3cdf2f81d87e92592f5f20c5bfcaaeb6a75550d4a69572c9
|
checksum=cb37f90807e99dd4508cac70c098aa433b26adb7a3ab064c0b1626dc9a094383
|
||||||
long_desc="
|
long_desc="
|
||||||
Mercurial is a fast, lightweight Source Control Management system
|
Mercurial is a fast, lightweight Source Control Management system
|
||||||
designed for efficient handling of very large distributed projects.
|
designed for efficient handling of very large distributed projects.
|
||||||
|
@ -53,8 +53,8 @@ pycompile_module="$pkgname hgext"
|
||||||
Add_dependency build python-devel
|
Add_dependency build python-devel
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
install -d ${DESTDIR}/usr/share/man/man1
|
vmkdir usr/share/man/man1
|
||||||
install -d ${DESTDIR}/usr/share/man/man5
|
vmkdir usr/share/man/man5
|
||||||
install -m 644 doc/*.1 ${DESTDIR}/usr/share/man/man1
|
install -m644 doc/*.1 ${DESTDIR}/usr/share/man/man1
|
||||||
install -m 644 doc/*.5 ${DESTDIR}/usr/share/man/man5
|
install -m644 doc/*.5 ${DESTDIR}/usr/share/man/man5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue