# HG changeset patch # User Antoine Bodin # Date 1297634276 -3600 # Node ID 4420775b8cf62fb479cf42c92191baee3a1d394f # Parent ef4bf2fff7b984b31162b98d949c7b4432a3419b imported patch get/dillo-hg diff -r ef4bf2fff7b9 -r 4420775b8cf6 dillo-hg/receipt --- a/dillo-hg/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/dillo-hg/receipt Sun Feb 13 22:57:56 2011 +0100 @@ -11,20 +11,12 @@ python mercurial" SUGGESTED="openssl" CONFLICTS="dillo" +WGET_URL="mercurial|http://hg.dillo.org/dillo" +BRANCH="$VERSION" # Rules to configure and make the package. compile_rules() { - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz - if [ -f $TARBALL ]; then - tar xzf $TARBALL - else - echo "Cloning revision $VERSION from Dillo repository..." - hg clone --rev $VERSION \ - http://hg.dillo.org/dillo $PACKAGE-$VERSION || exit 0 - tar czf $TARBALL $PACKAGE-$VERSION - fi cd $src ./autogen.sh && ./configure \