--- plamo/05_ext/tk.txz/old/tk-20161016/PlamoBuild.tk-8.5.10 2016-10-16 10:07:13.000000000 +0900 +++ plamo/05_ext/tk.txz/tk/PlamoBuild.tk-8.6.6 2016-10-18 09:27:55.000000000 +0900 @@ -1,16 +1,16 @@ #!/bin/sh ###################################################################### -url="http://downloads.sourceforge.net/tcl/tk8.5.10-src.tar.gz" +url="http://downloads.sourceforge.net/tcl/tk8.6.6-src.tar.gz" pkgbase=tk -vers=8.5.10 +vers=8.6.6 arch=`uname -m` -build=P2 -src=tk$vers +build=P1 +src=$pkgbase$vers patchfiles="" OPT_CONFIG="--enable-threads" -DOCS="changes ChangeLog.2002 README ChangeLog license.terms - ChangeLog.2004" +DOCS="ChangeLog.2004 ChangeLog.2002 changes ChangeLog license.terms + ChangeLog.2007 README" ###################################################################### fscheck() { @@ -278,9 +278,9 @@ make install DESTDIR=$P install-private-headers fi done - ln -s wish8.5 $P/usr/bin/wish - mv $P/usr/bin/{wish8.5,wish} $C - mv $C/{wish8.5,wish} $P/usr/bin + ln -s wish8.6 $P/usr/bin/wish + mv $P/usr/bin/{wish8.6,wish} $C + mv $C/{wish8.6,wish} $P/usr/bin touch $W/i.et cd $W find $P ! -type l -newer i.st ! -newer i.et \ @@ -305,8 +305,9 @@ done convert tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` - tar rvpf $pkg.tar -C $P usr/$libdir/tk8.5 - tar rvpf $pkg.tar -C $P usr/$libdir/{libtk8.5.so,tkConfig.sh,libtkstub8.5.a} + tar rvpf $pkg.tar -C $P usr/$libdir/tk8.6 + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P usr/$libdir/{libtk8.6.so,tkConfig.sh,libtkstub8.6.a} tar rvpf $pkg.tar -C $P `cd $P ; find usr/include | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man3 | tail -n+2`