wok diff tcl-dev/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 5470c9cb7190
children 8f2a606b1fcb
line diff
     1.1 --- a/tcl-dev/receipt	Sat Feb 14 22:32:45 2015 +0000
     1.2 +++ b/tcl-dev/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,23 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tcl-dev"
     1.7 -VERSION="8.6.3"
     1.8 +VERSION="8.6.9"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="The Tool Command Language dev files"
    1.11 +SHORT_DESC="The Tool Command Language - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WANTED="tcl"
    1.15 -WEB_SITE="http://tcl.sourceforge.net/"
    1.16 -HOST_ARCH="i486 arm"
    1.17 +WEB_SITE="https://www.tcl.tk/"
    1.18  
    1.19  DEPENDS="tcl"
    1.20 +WANTED="tcl"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/tclConfig.sh $fs/usr/lib
    1.30 -	cp -a $install/usr/include $fs/usr
    1.31 +
    1.32 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.33 +	cp -a $install/usr/lib/tclConfig.sh	$fs/usr/lib
    1.34 +	cp -a $install/usr/include		$fs/usr
    1.35 +
    1.36  	chmod +x $fs/usr/lib/tclConfig.sh
    1.37  }