wok diff tcl/receipt @ rev 15724

Move to undigest: php-cups fotoxx printoxx gtkaml v4l-dvb
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 14:11:39 2013 +0000 (2013-12-26)
parents b0a5892d86f3
children 61bec0518c8c
line diff
     1.1 --- a/tcl/receipt	Thu Oct 13 02:50:28 2011 +0000
     1.2 +++ b/tcl/receipt	Thu Dec 26 14:11:39 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The Tool Command Language"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
     1.9  WEB_SITE="http://tcl.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -26,8 +27,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/tcl8* $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/lib/tcl8* $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21  	ln -sf tclsh8.5 $fs/usr/bin/tclsh
    1.22  }