wok diff tls/receipt @ rev 16480

xpain: typo
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:24:25 2014 +0200 (2014-04-23)
parents c3333f613204
children 5f6c5106b1f5
line diff
     1.1 --- a/tls/receipt	Wed Jul 04 21:29:42 2012 +0000
     1.2 +++ b/tls/receipt	Wed Apr 23 03:24:25 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  {