tcl: use build_wrksrc.

This commit is contained in:
Juan RP 2012-02-09 17:12:05 +01:00
parent 9bc562e605
commit 50113763ce

View file

@ -1,7 +1,8 @@
# Template file for 'tcl' # Template file for 'tcl'
pkgname=tcl pkgname=tcl
version=8.5.11 version=8.5.11
wrksrc="tcl${version}/unix" wrksrc="tcl${version}"
build_wrksrc=unix
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}${version}-src.tar.gz" distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}${version}-src.tar.gz"
short_desc="The TCL scripting language" short_desc="The TCL scripting language"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"