tcllib: update to 1.17

and install BSD license in post_install
This commit is contained in:
Farhad Shahbazi 2015-09-20 09:56:25 +02:00
parent db071c1903
commit 8a0827c749

View file

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