wok diff tk-dev/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents fb9df69f8567
children a990d22836c7
line diff
     1.1 --- a/tk-dev/receipt	Fri Aug 31 13:12:47 2018 +0200
     1.2 +++ b/tk-dev/receipt	Fri Jan 24 17:10:12 2020 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tk-dev"
     1.7 -VERSION="8.6.3"
     1.8 +VERSION="8.6.9.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="The TCL gui toolkit dev files"
    1.11 +SHORT_DESC="The TCL gui toolkit - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 +WEB_SITE="http://www.tcl.tk/"
    1.15 +
    1.16  SOURCE="tk"
    1.17 -WEB_SITE="http://tcl.sourceforge.net/"
    1.18 +DEPENDS="tcl tk xorg-libX11-dev"
    1.19  WANTED="tk"
    1.20 +
    1.21  HOST_ARCH="i486 arm"
    1.22  
    1.23 -DEPENDS="tcl tk xorg-libX11-dev"
    1.24 -
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28  	mkdir -p $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/tkConfig.sh $fs/usr/lib
    1.31 -	cp -a $install/usr/include $fs/usr/
    1.32 +
    1.33 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.34 +	cp -a $install/usr/lib/tkConfig.sh	$fs/usr/lib
    1.35 +	cp -a $install/usr/include		$fs/usr/
    1.36  }