# HG changeset patch # User Hans-G?nter Theisgen # Date 1578040354 -3600 # Node ID 4430346563737cf3e1e40108244befd4cefb19b1 # Parent 1d5e590f745ac147530ce019ffc8f0413505805f updated bazaar (2.6.0 -> 2.7.0) diff -r 1d5e590f745a -r 443034656373 bazaar/receipt --- a/bazaar/receipt Fri Jan 03 07:52:13 2020 +0100 +++ b/bazaar/receipt Fri Jan 03 09:32:34 2020 +0100 @@ -1,42 +1,38 @@ # SliTaz package receipt. PACKAGE="bazaar" -VERSION="2.6.0" +VERSION="2.7.0" CATEGORY="development" +TAGS="dvcs version-control versioning" SHORT_DESC="A free distributed version control system." MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" -WEB_SITE="http://bazaar-vcs.org/" +WEB_SITE="http://bazaar.canonical.com/en/" + SOURCE="bzr" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://launchpad.net/$SOURCE/${VERSION:0:3}/$VERSION/+download/$TARBALL" -TAGS="dvcs version-control versioning" -DEPENDS="glibc-base zlib python" -BUILD_DEPENDS="python python-dev wget" +DEPENDS="glibc-base python zlib" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() { - python setup.py install \ - --prefix=/usr \ - --root=$DESTDIR \ + python setup.py install \ + --prefix=/usr \ + --root=$DESTDIR \ --no-compile mkdir -p $install/usr/share - mv $install/usr/man $install/usr/share + mv $install/usr/man $install/usr/share } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr } - -## ----------------------------------------------------------------------- -## Revision: 03/Aug/2017 - SliTaz DevTeam. -## URL: "http://bazaar-vcs.org/" is OFF. -## This looks good? => http://bazaar.canonical.com/en/ -## !! Please, remove this after you update. Thank you.