wok rev 10472

mercurial: dump to build with ssl support
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 11:50:33 2011 +0200 (2011-05-25)
parents 5b2d6ec39fb5
children cf7db3bc3bbb
files mercurial/receipt
line diff
     1.1 --- a/mercurial/receipt	Wed May 25 11:47:30 2011 +0200
     1.2 +++ b/mercurial/receipt	Wed May 25 11:50:33 2011 +0200
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Revision tools system."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="python patch libssl"
     1.8 -BUILD_DEPENDS="python python-dev patch openssl-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://mercurial.selenic.com/"
    1.11  WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL"
    1.12  CONFIG_FILES="/etc/mercurial/hgweb.config"
    1.13  
    1.14 +DEPENDS="python patch libssl"
    1.15 +BUILD_DEPENDS="python-dev patch openssl-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {