wok diff tk/receipt @ rev 15806
Up: sudoku to 2.3. Fixed WEB_SITE and WGET_URL so we get the app and not a error page.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 24 01:35:01 2014 +0000 (2014-01-24) |
parents | ff669d22310a |
children | 4d888974dc59 |
line diff
1.1 --- a/tk/receipt Thu Oct 13 02:52:16 2011 +0000 1.2 +++ b/tk/receipt Fri Jan 24 01:35:01 2014 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The TCL gui toolkit" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="tcl expat fontconfig freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.8 -xorg-libXft xorg-libXrender zlib xorg-libXss" 1.9 -BUILD_DEPENDS="tcl-dev xorg-libX11-dev" 1.10 +LICENSE="BSD" 1.11 TARBALL="${PACKAGE}${VERSION}-src.tar.gz" 1.12 WEB_SITE="http://tcl.sourceforge.net/" 1.13 WGET_URL="$SF_MIRROR/tcl/$TARBALL" 1.14 TAGS="programming language" 1.15 1.16 +DEPENDS="tcl expat fontconfig freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.17 +xorg-libXft xorg-libXrender zlib xorg-libXss" 1.18 +BUILD_DEPENDS="tcl-dev xorg-libX11-dev" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 {