wok-current rev 19698
Up newt (0.52.19)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 08:37:15 2017 +0100 (2017-02-14) |
parents | 8cc54665b2b3 |
children | 0f34c2adc9a7 |
files | newt/receipt |
line diff
1.1 --- a/newt/receipt Mon Feb 13 22:57:25 2017 +0100 1.2 +++ b/newt/receipt Tue Feb 14 08:37:15 2017 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="newt" 1.7 -VERSION="0.52.12" 1.8 +VERSION="0.52.19" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Not Erik's Windowing Toolkit" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -16,8 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - 1.18 python=$(ls -d /usr/lib/python*/ | sed 's|/usr/lib/\(.*\)/|\1|' | head -1) 1.19 tcl=$(ls /usr/lib/libtcl*.so | sed 's|/usr/lib/lib\(.*\).so|\1|') 1.20 1.21 @@ -39,4 +37,3 @@ 1.22 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.23 cp -a $install/usr/lib/python* $fs/usr/lib 1.24 } 1.25 -