2015-04-04 18:47:37 +00:00
|
|
|
# Template file for 'tcllib'
|
|
|
|
pkgname=tcllib
|
2015-09-20 07:56:25 +00:00
|
|
|
version=1.17
|
|
|
|
revision=1
|
2015-04-04 18:47:37 +00:00
|
|
|
noarch=yes
|
|
|
|
wrksrc="tcllib-tcllib_${version/./_}"
|
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="pkg-config tcl"
|
|
|
|
depends="tcl"
|
|
|
|
short_desc="Set of pure-Tcl extensions"
|
|
|
|
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"
|
2015-09-20 07:56:25 +00:00
|
|
|
checksum=95c676130ce2fdb00e8a6f79c4fea9e79d071063783a61db9274647920d97a03
|
|
|
|
|
|
|
|
post_install () {
|
|
|
|
vlicense ./license.terms LICENSE
|
|
|
|
}
|