wok diff newt/receipt @ rev 21187

created recipe for libcdio-paranoia
author Hans-G?nter Theisgen
date Wed Apr 03 15:43:41 2019 +0100 (2019-04-03)
parents 17bf4f330c44
children 5ec950823322
line diff
     1.1 --- a/newt/receipt	Sat Nov 30 18:50:23 2013 +0000
     1.2 +++ b/newt/receipt	Wed Apr 03 15:43:41 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 -