wok diff python-urwid/receipt @ rev 13734

Add xscavenger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 25 16:55:52 2012 +0100 (2012-12-25)
parents 28118660ac22
children 76b72f1ad63c
line diff
     1.1 --- a/python-urwid/receipt	Sat Aug 11 22:50:05 2012 +0100
     1.2 +++ b/python-urwid/receipt	Tue Dec 25 16:55:52 2012 +0100
     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