wok diff mercurial/receipt @ rev 4620

ajaxterm: add knock support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 17 19:13:33 2009 +0100 (2009-12-17)
parents 3d99ecce2d4b
children 4fa548ee5917
line diff
     1.1 --- a/mercurial/receipt	Sun Oct 05 23:16:15 2008 +0000
     1.2 +++ b/mercurial/receipt	Thu Dec 17 19:13:33 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  }