wok-6.x annotate sslscan/receipt @ rev 22480
updated androguard (1.5 -> 3.3.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 30 14:10:09 2019 +0100 (2019-12-30) |
parents | c85395acb907 |
children | d443265acbc1 |
rev | line source |
---|---|
pascal@19694 | 1 # SliTaz package receipt. |
pascal@19694 | 2 |
pascal@19694 | 3 PACKAGE="sslscan" |
Hans-G?nter@21971 | 4 VERSION="1.11.11" |
pascal@19694 | 5 CATEGORY="security" |
Hans-G?nter@21971 | 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" |
Hans-G?nter@21971 | 9 WEB_SITE="https://github.com/rbsec/sslscan" |
Hans-G?nter@21971 | 10 |
pascal@19694 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21971 | 12 WGET_URL="$WEB_SITE/archive/$VERSION-rbsec.tar.gz" |
pascal@19694 | 13 |
pascal@19694 | 14 DEPENDS="libssl zlib" |
pascal@19694 | 15 BUILD_DEPENDS="openssl-dev zlib-dev" |
pascal@19694 | 16 |
pascal@19694 | 17 # Rules to configure and make the package. |
pascal@19694 | 18 compile_rules() |
pascal@19694 | 19 { |
Hans-G?nter@21971 | 20 make && |
Hans-G?nter@21971 | 21 make DESTDIR=$DESTDIR install |
pascal@19694 | 22 } |
pascal@19694 | 23 |
pascal@19694 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19694 | 25 genpkg_rules() |
pascal@19694 | 26 { |
pascal@19694 | 27 mkdir -p $fs/usr |
pascal@19694 | 28 cp -a $install/usr/bin $fs/usr |
pascal@19694 | 29 } |