wok-next diff python-socketpool/receipt @ rev 18823
Add ptpython
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jan 16 10:00:54 2016 +0000 (2016-01-16) |
parents | bf4a09ef1d2e |
children | 6c73b944e8dd |
line diff
1.1 --- a/python-socketpool/receipt Fri Oct 18 22:13:53 2013 +0000 1.2 +++ b/python-socketpool/receipt Sat Jan 16 10:00:54 2016 +0000 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 -