wok diff newt/receipt @ rev 19974

Up: tor (0.3.0.8), privoxy (3.0.26-stable),
get-palemoon (27.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jun 08 21:57:08 2017 +0200 (2017-06-08)
parents 17bf4f330c44
children 5ec950823322
line diff
     1.1 --- a/newt/receipt	Sat Nov 30 18:50:23 2013 +0000
     1.2 +++ b/newt/receipt	Thu Jun 08 21:57:08 2017 +0200
     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 -