wok diff python-docutils/receipt @ rev 14943

Up: edbus (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:48 2013 +0200 (2013-08-08)
parents be13f25e790b
children 2a5cc8208d36
line diff
     1.1 --- a/python-docutils/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/python-docutils/receipt	Thu Aug 08 19:15:48 2013 +0200
     1.3 @@ -2,13 +2,13 @@
     1.4  
     1.5  PACKAGE="python-docutils"
     1.6  SOURCE="docutils"
     1.7 -VERSION="snapshot"
     1.8 +VERSION="0.11"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Text processing system."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 -TARBALL="$SOURCE-$VERSION.tgz"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://docutils.sourceforge.net"
    1.15 -WGET_URL="$WEB_SITE/$TARBALL"
    1.16 +WGET_URL="http://switch.dl.sourceforge.net/project/$SOURCE/$SOURCE/$VERSION/$TARBALL"
    1.17  DEPENDS="python"
    1.18  BUILD_DEPENDS="python python-dev"
    1.19  SUGGESTED="pil"
    1.20 @@ -17,14 +17,13 @@
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 -	python setup.py install --root=$PWD/_pkg
    1.25 +	python setup.py install --root=$DESTDIR
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs/usr
    1.32 -	cp -a $_pkg/usr $fs
    1.33 +	cp -a $install/usr $fs
    1.34  }
    1.35  
    1.36  # Remove old package.