contrib/sslscan/Pkgfile
2016-02-11 01:17:12 +01:00

17 lines
410 B
Plaintext

# Description:
# URL: http://sourceforge.net/projects/sslscan/
# Maintainer: Thomas Penteker, tek at serverop dot de
name=sslscan
version=1.11.0
release=1
source=(https://github.com/rbsec/sslscan/archive/$version-rbsec.tar.gz)
build() {
cd $name-$version-rbsec
make LDFLAGS=-lcrypto
install -m 755 -d $PKG/usr/bin $PKG/usr/man/man1
make install MANPATH=$PKG/usr/man/ BINPATH=$PKG/usr/bin
}