wok-next diff tls/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents c3333f613204
children 0c247ee1a841
line diff
     1.1 --- a/tls/receipt	Wed Jul 04 21:29:42 2012 +0000
     1.2 +++ b/tls/receipt	Thu Feb 25 15:02:38 2016 +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  {