wok rev 4464
Up: mercurial (1.3.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Nov 08 23:29:42 2009 +0100 (2009-11-08) |
parents | 622ce962ae18 |
children | c1315b822a63 |
files | mercurial/receipt mercurial/stuff/hgweb.config |
line diff
1.1 --- a/mercurial/receipt Sun Nov 08 21:03:43 2009 +0100 1.2 +++ b/mercurial/receipt Sun Nov 08 23:29:42 2009 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mercurial" 1.7 -VERSION="1.0" 1.8 +VERSION="1.3.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Revision tools system." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="python patch openssl" 1.13 BUILD_DEPENDS="python-dev patch openssl-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://www.selenic.com/mercurial/wiki/" 1.16 +WEB_SITE="http://mercurial.selenic.com/" 1.17 WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 @@ -24,15 +24,15 @@ 1.21 mkdir -p $fs/usr/share/examples/mercurial 1.22 cp -a $_pkg/usr/bin $fs/usr 1.23 cp -a $_pkg/usr/lib $fs/usr 1.24 - 1.25 + 1.26 # Examples 1.27 cp -a $src/hgweb.cgi $fs/usr/share/examples/mercurial 1.28 cp -a stuff/hgwebdir.cgi $fs/usr/share/examples/mercurial 1.29 cp -a stuff/lighttpd-hg-vhost.conf $fs/usr/share/examples/mercurial 1.30 - 1.31 + 1.32 # Config file for hgweb 1.33 mkdir -p $fs/etc/mercurial 1.34 cp -a stuff/hgweb.config $fs/etc/mercurial 1.35 - 1.36 + 1.37 chown -R root.root $fs 1.38 }