wok rev 11012

Up: bazaar to 2.4.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 03:23:59 2011 +0000 (2011-10-13)
parents 9c5e2fdf739d
children 50ea4c3f349d
files bazaar/receipt
line diff
     1.1 --- a/bazaar/receipt	Thu Oct 13 03:19:40 2011 +0000
     1.2 +++ b/bazaar/receipt	Thu Oct 13 03:23:59 2011 +0000
     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  }