From 8a0827c749fc46d259d88b71df9b17382e1b53a2 Mon Sep 17 00:00:00 2001 From: Farhad Shahbazi Date: Sun, 20 Sep 2015 09:56:25 +0200 Subject: [PATCH] tcllib: update to 1.17 and install BSD license in post_install --- srcpkgs/tcllib/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tcllib/template b/srcpkgs/tcllib/template index 5a6c3e0f8e8..f2fcc5bd431 100644 --- a/srcpkgs/tcllib/template +++ b/srcpkgs/tcllib/template @@ -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 " 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 +}