wok diff mercurial/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 453c249b6219
children
line diff
     1.1 --- a/mercurial/receipt	Fri Feb 11 17:50:36 2022 +0000
     1.2 +++ b/mercurial/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mercurial"
     1.7 -VERSION="5.3.1"
     1.8 +VERSION="6.1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Revision tools system."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,9 +12,9 @@
    1.13  WGET_URL="${WEB_SITE}release/$TARBALL"
    1.14  
    1.15  PROVIDE="hg"
    1.16 +SUGGESTED="cacerts"
    1.17  DEPENDS="libssl patch python"
    1.18  BUILD_DEPENDS="openssl-dev patch python-dev"
    1.19 -SUGGESTED="cacerts"
    1.20  
    1.21  CONFIG_FILES="/etc/mercurial/hgweb.config"
    1.22  
    1.23 @@ -57,18 +57,17 @@
    1.24  {
    1.25  	mkdir -p $fs/usr/share/examples/mercurial
    1.26  
    1.27 -	cp -a $install/usr/bin $fs/usr
    1.28 -	cp -a $install/usr/lib $fs/usr
    1.29 +	cp -a $install/usr/bin		$fs/usr
    1.30 +	cp -a $install/usr/lib		$fs/usr
    1.31  
    1.32  	# Examples
    1.33 -	cp -a $stuff/hgwebdir.cgi \
    1.34 -		$fs/usr/share/examples/mercurial
    1.35 +	cp -a $stuff/hgwebdir.cgi	$fs/usr/share/examples/mercurial
    1.36  	cp -a $stuff/lighttpd-hg-vhost.conf \
    1.37 -		$fs/usr/share/examples/mercurial
    1.38 +					$fs/usr/share/examples/mercurial
    1.39  
    1.40  	# Configuration file for hgweb
    1.41  	mkdir -p $fs/etc/mercurial
    1.42 -	cp -a $stuff/hgweb.config $fs/etc/mercurial
    1.43 +	cp -a $stuff/hgweb.config	$fs/etc/mercurial
    1.44  	
    1.45 -	chown -R root.root $fs
    1.46 +	chown -R root.root		$fs
    1.47  }