# HG changeset patch # User Christophe Lincoln # Date 1306317033 -7200 # Node ID 49fd188e08d1c38982d42b35dd43f059818ad7cd # Parent 5b2d6ec39fb50676f2c26f5c351096f318813dc9 mercurial: dump to build with ssl support diff -r 5b2d6ec39fb5 -r 49fd188e08d1 mercurial/receipt --- a/mercurial/receipt Wed May 25 11:47:30 2011 +0200 +++ b/mercurial/receipt Wed May 25 11:50:33 2011 +0200 @@ -5,13 +5,14 @@ CATEGORY="development" SHORT_DESC="Revision tools system." MAINTAINER="pankso@slitaz.org" -DEPENDS="python patch libssl" -BUILD_DEPENDS="python python-dev patch openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mercurial.selenic.com/" WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL" CONFIG_FILES="/etc/mercurial/hgweb.config" +DEPENDS="python patch libssl" +BUILD_DEPENDS="python-dev patch openssl-dev" + # Rules to configure and make the package. compile_rules() {