wok-next diff tls/receipt @ rev 17141
Add some ssh tags
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 10 11:15:31 2014 +0200 (2014-09-10) |
parents | c3333f613204 |
children | 0c247ee1a841 |
line diff
1.1 --- a/tls/receipt Wed Jul 04 21:29:42 2012 +0000 1.2 +++ b/tls/receipt Wed Sep 10 11:15:31 2014 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="OpenSSL Tcl extension." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="openssl tcl" 1.8 -BUILD_DEPENDS="openssl-dev tcl-dev" 1.9 +LICENSE="MIT" 1.10 TARBALL="${PACKAGE}${VERSION}-src.tar.gz" 1.11 WEB_SITE="http://tls.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="openssl tcl" 1.15 +BUILD_DEPENDS="openssl-dev tcl-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {