wok annotate sslscan/receipt @ rev 21289

updated libsdl and libsdl-dev (1.2.14 -> 1.2.15)
author Hans-G?nter Theisgen
date Tue Apr 16 17:25:56 2019 +0100 (2019-04-16)
parents
children f6fb3dc87212
rev   line source
pascal@19694 1 # SliTaz package receipt.
pascal@19694 2
pascal@19694 3 PACKAGE="sslscan"
pascal@19694 4 VERSION="1.11.0-rbsec"
pascal@19694 5 CATEGORY="security"
pascal@19694 6 SHORT_DESC="tests SSL/TLS enabled services to discover supported cipher suites."
pascal@19694 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19694 8 LICENSE="GPL3"
pascal@19694 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@19694 10 WEB_SITE="https://github.com/rbsec/sslscan"
pascal@19694 11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
pascal@19694 12
pascal@19694 13 DEPENDS="libssl zlib"
pascal@19694 14 BUILD_DEPENDS="openssl-dev zlib-dev"
pascal@19694 15
pascal@19694 16 # Rules to configure and make the package.
pascal@19694 17 compile_rules()
pascal@19694 18 {
pascal@19694 19 make && make DESTDIR=$DESTDIR install
pascal@19694 20 }
pascal@19694 21
pascal@19694 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19694 23 genpkg_rules()
pascal@19694 24 {
pascal@19694 25 mkdir -p $fs/usr
pascal@19694 26 cp -a $install/usr/bin $fs/usr
pascal@19694 27 }