wok-stable diff bazaar/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents b482856e3671
children
line diff
     1.1 --- a/bazaar/receipt	Sat May 21 02:01:43 2011 +0000
     1.2 +++ b/bazaar/receipt	Mon Mar 04 18:42:23 2019 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bazaar"
     1.7 -SOURCE="bzr"
     1.8 -VERSION="2.3.1"
     1.9 +VERSION="2.4.1"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="A free distributed version control system."
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13 -DEPENDS="glibc-base zlib python"
    1.14 -BUILD_DEPENDS="python python-dev"
    1.15 +SOURCE="bzr"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://bazaar-vcs.org/"
    1.18  WGET_URL="http://launchpad.net/$SOURCE/${VERSION%.*}/$VERSION/+download/$TARBALL"
    1.19  TAGS="dvcs version-control versioning"
    1.20  
    1.21 +DEPENDS="glibc-base zlib python"
    1.22 +BUILD_DEPENDS="python python-dev"
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	cd $src
    1.28  	python setup.py install \
    1.29  		--prefix=/usr \
    1.30 -		--root=$src/_pkg \
    1.31 +		--root=$DESTDIR \
    1.32  		--no-compile
    1.33  }
    1.34  
    1.35 @@ -27,6 +28,6 @@
    1.36  genpkg_rules()
    1.37  {
    1.38  	mkdir -p $fs/usr
    1.39 -	cp -a $_pkg/usr/bin $fs/usr
    1.40 -	cp -a $_pkg/usr/lib $fs/usr
    1.41 +	cp -a $install/usr/bin $fs/usr
    1.42 +	cp -a $install/usr/lib $fs/usr
    1.43  }