2017-06-30 21:03:19 +02:00
|
|
|
|
# Description: Birçok farklı hizmeti destekleyen çok hızlı ağ oturum açma test (fuzzer) uygulaması.
|
|
|
|
|
# URL: https://www.thc.org/thc-hydra/
|
|
|
|
|
# Packager: yakar (aydin@komutan.org)
|
2017-06-30 22:16:40 +02:00
|
|
|
|
# Depends on: postgresql subversion libssh mariadb libidn freebird-client afpfs-ng zlib openssl ncurses pcre
|
2017-06-30 21:03:19 +02:00
|
|
|
|
|
|
|
|
|
name=hydra
|
|
|
|
|
version=8.5
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://www.thc.org/releases/${name}-${version}.tar.gz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd ${name}-${version}
|
|
|
|
|
./configure --fhs
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR="${PKG}" install
|
|
|
|
|
install -Dm 644 README -t "${PKG}/usr/share/doc/${name}"
|
|
|
|
|
}
|