contrib/sslscan/Pkgfile

17 lines
439 B
Plaintext
Raw Normal View History

2017-05-08 01:56:52 +02:00
# Description: test SSL/TLS enabled services to discover supported cipher suites
# URL: https://github.com/rbsec/sslscan
2013-11-09 00:25:51 +01:00
# Maintainer: Thomas Penteker, tek at serverop dot de
name=sslscan
2017-05-08 01:56:52 +02:00
version=1.11.10
2013-11-09 00:25:51 +01:00
release=1
2016-02-11 01:17:12 +01:00
source=(https://github.com/rbsec/sslscan/archive/$version-rbsec.tar.gz)
2013-11-09 00:25:51 +01:00
build() {
2016-02-11 01:17:12 +01:00
cd $name-$version-rbsec
2013-11-09 00:25:51 +01:00
make LDFLAGS=-lcrypto
install -m 755 -d $PKG/usr/bin $PKG/usr/man/man1
2017-05-08 01:56:52 +02:00
make install DESTDIR=$PKG
2013-11-09 00:25:51 +01:00
}