diff --git a/tcl/build.sh b/tcl/build.sh index 2f4c026..5a8239d 100755 --- a/tcl/build.sh +++ b/tcl/build.sh @@ -7,8 +7,8 @@ # Check the following 4 variables before running the script topdir=tcl version=8.4.19 -pkgver=1 -source[0]=$topdir$version-src.tar.gz +pkgver=2 +source[0]=ftp://ftp.tcl.tk/pub/tcl/tcl8_4/$topdir$version-src.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -43,6 +43,10 @@ install() ${__ln} -s tclsh${majorver} tclsh setdir ${stagedir}${prefix}/${_libdir} ${__ln} -s libtcl${majorver}.so libtcl.so + chmod 755 libtcl${majorver}.so + # Rerun strip + custom_install=1 + generic_install # Grab headers ${__mkdir} -p ${stagedir}${prefix}/${_includedir}/tcl-private/{generic,unix} diff --git a/tcl/meta/ChangeLog b/tcl/meta/ChangeLog new file mode 100644 index 0000000..00072b0 --- /dev/null +++ b/tcl/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Sun Nov 17 2013 Tom G. Christensen - 8.4.19-2 +- Rebuild diff --git a/tcl/meta/relnotes b/tcl/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/tcl/meta/relnotes +++ /dev/null @@ -1,27 +0,0 @@ -PACKAGE DETAILS ---------------- -Name: %%PKGNAME%% -Version: %%SOURCE_AND_VER%% -Vendor: %%VENDOR%% -Packager: %%PKGEDBY%% - -Source (sha1sum): -%%SOURCE_SHA1SUM%% - -BUILD DETAILS -------------- -Compiler: -%%COMPILER%% - -Environment: -%%ENVIRONMENT%% - -Configure: -%%CONFIGURE%% - -KNOWN DEPENDENCIES ------------------- -%%DEPENDENCIES%% - -ERRORS/MISCELLANEOUS ---------------------