wok diff python-sphinx/receipt @ rev 16600

get-skype: create /var/lib/dbus/machine-id, thanks yves04
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 07 14:16:51 2014 +0000 (2014-05-07)
parents eb0b11becb81
children 7390f8de9846
line diff
     1.1 --- a/python-sphinx/receipt	Thu Sep 03 23:28:17 2009 +0000
     1.2 +++ b/python-sphinx/receipt	Wed May 07 14:16:51 2014 +0000
     1.3 @@ -6,9 +6,11 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Documentation Tool."
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://sphinx.pocoo.org"
    1.10  WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
    1.11 +
    1.12  DEPENDS="python python-docutils python-jinja2 python-pygments setuptools"
    1.13  BUILD_DEPENDS="$DEPENDS python-dev"
    1.14  
    1.15 @@ -17,14 +19,14 @@
    1.16  {
    1.17  	cd $src
    1.18  	python setup.py build &&
    1.19 -	python setup.py install --root=$PWD/_pkg
    1.20 +	python setup.py install --root=$DESTDIR
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr
    1.27 -	cp -a $_pkg/usr $fs
    1.28 +	cp -a $install/usr $fs
    1.29  }
    1.30  
    1.31  # Remove old package.