wok rev 22532

updated bazaar (2.6.0 -> 2.7.0)
author Hans-G?nter Theisgen
date Fri Jan 03 09:32:34 2020 +0100 (2020-01-03)
parents 1d5e590f745a
children d682cc0d7ad7
files bazaar/receipt
line diff
     1.1 --- a/bazaar/receipt	Fri Jan 03 07:52:13 2020 +0100
     1.2 +++ b/bazaar/receipt	Fri Jan 03 09:32:34 2020 +0100
     1.3 @@ -1,42 +1,38 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bazaar"
     1.7 -VERSION="2.6.0"
     1.8 +VERSION="2.7.0"
     1.9  CATEGORY="development"
    1.10 +TAGS="dvcs version-control versioning"
    1.11  SHORT_DESC="A free distributed version control system."
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://bazaar-vcs.org/"
    1.15 +WEB_SITE="http://bazaar.canonical.com/en/"
    1.16 +
    1.17  SOURCE="bzr"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19  WGET_URL="https://launchpad.net/$SOURCE/${VERSION:0:3}/$VERSION/+download/$TARBALL"
    1.20 -TAGS="dvcs version-control versioning"
    1.21  
    1.22 -DEPENDS="glibc-base zlib python"
    1.23 -BUILD_DEPENDS="python python-dev wget"
    1.24 +DEPENDS="glibc-base python zlib"
    1.25 +BUILD_DEPENDS="python python-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	python setup.py install \
    1.31 -		--prefix=/usr \
    1.32 -		--root=$DESTDIR \
    1.33 +	python setup.py install	\
    1.34 +		--prefix=/usr	\
    1.35 +		--root=$DESTDIR	\
    1.36  		--no-compile
    1.37  
    1.38  	mkdir -p $install/usr/share
    1.39 -	mv $install/usr/man $install/usr/share
    1.40 +	mv $install/usr/man	$install/usr/share
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44  genpkg_rules()
    1.45  {
    1.46  	mkdir -p $fs/usr
    1.47 -	cp -a $install/usr/bin $fs/usr
    1.48 -	cp -a $install/usr/lib $fs/usr
    1.49 +
    1.50 +	cp -a $install/usr/bin	$fs/usr
    1.51 +	cp -a $install/usr/lib	$fs/usr
    1.52  }
    1.53 -
    1.54 -## -----------------------------------------------------------------------
    1.55 -## Revision: 03/Aug/2017 - SliTaz DevTeam.
    1.56 -## URL: "http://bazaar-vcs.org/" is OFF.
    1.57 -## This looks good? => http://bazaar.canonical.com/en/
    1.58 -## !! Please, remove this after you update. Thank you.