14e3cea127
We currently don't have any old version of the distfiles, so lets hope the changes were okay.
19 lines
556 B
Bash
19 lines
556 B
Bash
# Template file for 'tcllib'
|
|
pkgname=tcllib
|
|
version=1.17
|
|
revision=1
|
|
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"
|
|
checksum=dfbe4388d161680dded6ea83ec3638afb056c76913e48d4b44165e2f5cc1a298
|
|
|
|
post_install () {
|
|
vlicense ./license.terms LICENSE
|
|
}
|