wok diff python-decoratortools/receipt @ rev 4605

libvlc*: receipts swap
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 15 16:13:18 2009 +0100 (2009-12-15)
parents 3439f5f2d36f
children ae6175b0044c
line diff
     1.1 --- a/python-decoratortools/receipt	Fri Jun 12 02:24:31 2009 +0200
     1.2 +++ b/python-decoratortools/receipt	Tue Dec 15 16:13:18 2009 +0100
     1.3 @@ -3,21 +3,21 @@
     1.4  PACKAGE="python-decoratortools"
     1.5  VERSION="1.7"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Class, function, and metaclass decorators."
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="Class, function, and metaclass decorators"
    1.10 +MAINTAINER="taziden@slitaz.org"
    1.11  SOURCE="DecoratorTools"
    1.12 -TARBALL="$SOURCE-$VERSION.zip"
    1.13 -WEB_SITE="http://pypi.python.org/pypi/DecoratorTools"
    1.14 -WGET_URL="http://pypi.python.org/packages/source/D/$SOURCE/$TARBALL"
    1.15  DEPENDS="python"
    1.16  BUILD_DEPENDS="python python-dev"
    1.17 +TARBALL="$SOURCE-$VERSION.zip"
    1.18 +WEB_SITE="http://pylonshq.com"
    1.19 +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL"
    1.20  TAGS="python"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25  	cd $src
    1.26 -	python setup.py install --root=$PWD/_pkg
    1.27 +    python setup.py install --root=$PWD/_pkg
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -25,3 +25,4 @@
    1.32  {
    1.33  	cp -a $_pkg/usr $fs
    1.34  }
    1.35 +