wok diff python-socketpool/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents bf4a09ef1d2e
children 814362194a8d
line diff
     1.1 --- a/python-socketpool/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/python-socketpool/receipt	Tue Feb 05 17:16:21 2019 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 -PACKAGE="python-socketpool" 
     1.7 +PACKAGE="python-socketpool"
     1.8  SOURCE="socketpool"
     1.9  VERSION="0.5.2"
    1.10  CATEGORY="development"
    1.11 @@ -17,7 +17,6 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	python setup.py install --root=$DESTDIR
    1.17  }
    1.18  
    1.19 @@ -28,4 +27,3 @@
    1.20  	rm -rf $install/usr/socketpool
    1.21  	cp -a $install/usr $fs
    1.22  }
    1.23 -