wok-6.x diff newt/receipt @ rev 21088
updated jwm (2.2.0 -> 2.3.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 15 16:26:21 2019 +0100 (2019-03-15) |
parents | 17bf4f330c44 |
children | 5ec950823322 |
line diff
1.1 --- a/newt/receipt Sat Nov 30 18:50:23 2013 +0000 1.2 +++ b/newt/receipt Fri Mar 15 16:26:21 2019 +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 -