Merge pull request #2567 from Grauwolf/tcllib

tcllib: update to 1.17
This commit is contained in:
Juan RP 2015-09-20 17:40:31 +02:00
commit e53c567fbb

View file

@ -1,7 +1,7 @@
# Template file for 'tcllib' # Template file for 'tcllib'
pkgname=tcllib pkgname=tcllib
version=1.16 version=1.17
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="tcllib-tcllib_${version/./_}" wrksrc="tcllib-tcllib_${version/./_}"
build_style=gnu-configure build_style=gnu-configure
@ -12,4 +12,8 @@ maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="BSD" license="BSD"
homepage="http://core.tcl.tk/tcllib/" homepage="http://core.tcl.tk/tcllib/"
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}_${version/./_}.tar.gz" distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}_${version/./_}.tar.gz"
checksum=ed92f7178b5adc8485ddc7cfc4495c171f6be087fca8c30f8b6b302a4ebda1d7 checksum=95c676130ce2fdb00e8a6f79c4fea9e79d071063783a61db9274647920d97a03
post_install () {
vlicense ./license.terms LICENSE
}