wok diff mercurial/receipt @ rev 18228

linld: add tobzimage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 23 09:44:18 2015 +0200 (2015-07-23)
parents 99c6c9235cef
children abecef518624
line diff
     1.1 --- a/mercurial/receipt	Sat Feb 14 21:12:48 2015 +0000
     1.2 +++ b/mercurial/receipt	Thu Jul 23 09:44:18 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mercurial"
     1.7 -VERSION="3.3"
     1.8 +VERSION="3.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Revision tools system."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,6 +14,7 @@
    1.13  
    1.14  DEPENDS="python patch libssl"
    1.15  BUILD_DEPENDS="python-dev patch openssl-dev"
    1.16 +PROVIDE="hg"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()