wok rev 13663

Up python-urwid (1.1.1)
author Paul Issott <paul@slitaz.org>
date Fri Nov 23 13:35:20 2012 +0000 (2012-11-23)
parents 628413044d2c
children 3ff94913cdab
files python-urwid/receipt
line diff
     1.1 --- a/python-urwid/receipt	Wed Nov 21 21:55:57 2012 +0100
     1.2 +++ b/python-urwid/receipt	Fri Nov 23 13:35:20 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-urwid"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="1.1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Console user interface library for Python."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -16,12 +16,12 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	python setup.py install --root=$PWD/_pkg
    1.17 +	python setup.py install --root=$DESTDIR
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	cp -a $_pkg/usr $fs
    1.24 +	cp -a $install/usr $fs
    1.25  }
    1.26