tk: rebuild

This commit is contained in:
Tom G. Christensen 2013-11-17 21:53:05 +01:00
parent 8ae4f0e94b
commit 543aa99c8b
3 changed files with 10 additions and 29 deletions

View File

@ -7,7 +7,7 @@
# Check the following 4 variables before running the script
topdir=tk
version=8.4.19
pkgver=1
pkgver=2
source[0]=${topdir}${version}-src.tar.gz
# If there are no patches, simply comment this
#patch[0]=
@ -17,7 +17,7 @@ source[0]=${topdir}${version}-src.tar.gz
# Global settings
export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
configure_args=(--prefix=$prefix --mandir=$prefix/$_mandir --disable-symbols --enable-man-symlinks --with-tcl=${prefix}/${_libdir})
topsrcdir=$topdir$version
@ -50,6 +50,10 @@ install()
${__ln} -s wish${majorver} wish
setdir ${stagedir}${prefix}/${_libdir}
${__ln} -s libtk${majorver}.so libtk.so
chmod 755 libtk${majorver}.so
# Rerun strip
custom_install=1
generic_install
# Grab headers
${__mkdir} -p ${stagedir}${prefix}/${_includedir}/tk-private/{generic,unix}

4
tk/meta/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG
---------
* Sun Nov 17 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 8.4.19-2
- Rebuild

View File

@ -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
--------------------