wok diff sslscan/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents c85395acb907
children d443265acbc1
line diff
     1.1 --- a/sslscan/receipt	Mon Feb 13 17:34:29 2017 +0100
     1.2 +++ b/sslscan/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sslscan"
     1.7 -VERSION="1.11.0-rbsec"
     1.8 +VERSION="1.11.11"
     1.9  CATEGORY="security"
    1.10 -SHORT_DESC="tests SSL/TLS enabled services to discover supported cipher suites."
    1.11 +SHORT_DESC="Tests SSL/TLS enabled services to discover supported cipher suites."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://github.com/rbsec/sslscan"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/rbsec/sslscan"
    1.18 -WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.19 +WGET_URL="$WEB_SITE/archive/$VERSION-rbsec.tar.gz"
    1.20  
    1.21  DEPENDS="libssl zlib"
    1.22  BUILD_DEPENDS="openssl-dev zlib-dev"
    1.23 @@ -16,7 +17,8 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	make && make DESTDIR=$DESTDIR install
    1.28 +	make &&
    1.29 +	make DESTDIR=$DESTDIR install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.