[arch-commits] Commit in hydra/repos (6 files)

2016-06-17 Thread Levente Polyak
Date: Friday, June 17, 2016 @ 17:20:05
  Author: anthraxx
Revision: 180376

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hydra/repos/community-i686/PKGBUILD
(from rev 180375, hydra/trunk/PKGBUILD)
  hydra/repos/community-x86_64/PKGBUILD
(from rev 180375, hydra/trunk/PKGBUILD)
Deleted:
  hydra/repos/community-i686/PKGBUILD
  hydra/repos/community-i686/fix-locations.patch
  hydra/repos/community-x86_64/PKGBUILD
  hydra/repos/community-x86_64/fix-locations.patch

--+
 /PKGBUILD|   78 +
 community-i686/PKGBUILD  |   44 --
 community-i686/fix-locations.patch   |   53 --
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/fix-locations.patch |   53 --
 5 files changed, 78 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-17 17:19:53 UTC (rev 180375)
+++ community-i686/PKGBUILD 2016-06-17 17:20:05 UTC (rev 180376)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Rudy Matela 
-# Contributor: Bartek Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: pootzko 
-# Contributor: Jinx 
-# Contributor: Timothée Ravier 
-
-pkgname=hydra
-pkgver=8.1
-pkgrel=5
-pkgdesc='A very fast network logon cracker which support many different 
services'
-url='https://www.thc.org/thc-hydra/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng')
-optdepends=(
-  'gtk2: graphical front-end (xhydra)'
-)
-makedepends=('gtk2')
-source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz
-fix-locations.patch)
-sha512sums=('7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959'
-
'229fdaff59c6970a030ec81a78a2d34861a6caa947e7c2f6f9186cfd3bc0bf35ec96deadaae58ff1eaa45574f268fa5d9b9688df8c033fcee35ddeb302fb2069')
-DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < "${srcdir}/fix-locations.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" MANDIR="/share/man/man1" 
DATADIR="/share/${pkgname}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hydra/repos/community-i686/PKGBUILD (from rev 180375, 
hydra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-17 17:20:05 UTC (rev 180376)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Bartek Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: pootzko 
+# Contributor: Jinx 
+# Contributor: Timothée Ravier 
+
+pkgname=hydra
+pkgver=8.2
+pkgrel=1
+pkgdesc='A very fast network logon cracker which support many different 
services'
+url='https://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
+optdepends=('gtk2: graphical front-end (xhydra)')
+makedepends=('gtk2' 'pkg-config')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0e2e6f4800060171681bffbb97e4fb4f4230d621573f2faf567515aabdd3546962815db9abdf0bd46ff2948418145c1485dd109ee356eb9c1e814c32ee50c618')
+DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --fhs
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fix-locations.patch
===
--- community-i686/fix-locations.patch  2016-06-17 17:19:53 UTC (rev 180375)
+++ community-i686/fix-locations.patch  2016-06-17 17:20:05 UTC (rev 180376)
@@ -1,53 +0,0 @@
-From 2c49f3ee2d9bac505543548301872fd0f36f31bc Mon Sep 17 00:00:00 2001
-From: anthraxx 
-Date: Sat, 6 Jun 2015 17:49:45 +0200
-Subject: [PATCH] configurable locations
-

- Makefile.am | 

[arch-commits] Commit in hydra/repos (6 files)

2016-03-05 Thread Bartłomiej Piotrowski
Date: Saturday, March 5, 2016 @ 09:16:08
  Author: bpiotrowski
Revision: 164966

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hydra/repos/community-staging-i686/
  hydra/repos/community-staging-i686/PKGBUILD
(from rev 164965, hydra/trunk/PKGBUILD)
  hydra/repos/community-staging-i686/fix-locations.patch
(from rev 164965, hydra/trunk/fix-locations.patch)
  hydra/repos/community-staging-x86_64/
  hydra/repos/community-staging-x86_64/PKGBUILD
(from rev 164965, hydra/trunk/PKGBUILD)
  hydra/repos/community-staging-x86_64/fix-locations.patch
(from rev 164965, hydra/trunk/fix-locations.patch)

--+
 community-staging-i686/PKGBUILD  |   44 
 community-staging-i686/fix-locations.patch   |   53 +
 community-staging-x86_64/PKGBUILD|   44 
 community-staging-x86_64/fix-locations.patch |   53 +
 4 files changed, 194 insertions(+)

Copied: hydra/repos/community-staging-i686/PKGBUILD (from rev 164965, 
hydra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-05 08:16:08 UTC (rev 164966)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Bartek Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: pootzko 
+# Contributor: Jinx 
+# Contributor: Timothée Ravier 
+
+pkgname=hydra
+pkgver=8.1
+pkgrel=5
+pkgdesc='A very fast network logon cracker which support many different 
services'
+url='https://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng')
+optdepends=(
+  'gtk2: graphical front-end (xhydra)'
+)
+makedepends=('gtk2')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz
+fix-locations.patch)
+sha512sums=('7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959'
+
'229fdaff59c6970a030ec81a78a2d34861a6caa947e7c2f6f9186cfd3bc0bf35ec96deadaae58ff1eaa45574f268fa5d9b9688df8c033fcee35ddeb302fb2069')
+DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/fix-locations.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" MANDIR="/share/man/man1" 
DATADIR="/share/${pkgname}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: hydra/repos/community-staging-i686/fix-locations.patch (from rev 
164965, hydra/trunk/fix-locations.patch)
===
--- community-staging-i686/fix-locations.patch  (rev 0)
+++ community-staging-i686/fix-locations.patch  2016-03-05 08:16:08 UTC (rev 
164966)
@@ -0,0 +1,53 @@
+From 2c49f3ee2d9bac505543548301872fd0f36f31bc Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Sat, 6 Jun 2015 17:49:45 +0200
+Subject: [PATCH] configurable locations
+
+---
+ Makefile.am | 23 +--
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 89fb354..8a6f200 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -4,7 +4,10 @@
+ OPTS=-I. -O3
+ # -Wall -g -pedantic
+ LIBS=-lm
+-DIR=/bin
++BINDIR = /bin
++MANDIR ?= /man/man1
++DATADIR ?= /etc
++DESTDIR ?=
+ 
+ SRC = hydra-vnc.c hydra-pcnfs.c hydra-rexec.c hydra-nntp.c hydra-socks5.c \
+   hydra-telnet.c hydra-cisco.c hydra-http.c hydra-ftp.c hydra-imap.c \
+@@ -57,15 +60,15 @@ strip: all
+   -echo OK > /dev/null && test -x xhydra && strip xhydra || echo OK > 
/dev/null
+ 
+ install:  strip
+-  -mkdir -p $(PREFIX)$(DIR)
+-  cp -f hydra-wizard.sh $(BINS) $(PREFIX)$(DIR) && cd $(PREFIX)$(DIR) && 
chmod 755 hydra-wizard.sh $(BINS)
+-  -echo OK > /dev/null && test -x xhydra && cp xhydra $(PREFIX)$(DIR) && 
cd $(PREFIX)$(DIR) && chmod 755 xhydra || echo OK > /dev/null
+-  -sed -e "s|^INSTALLDIR=.*|INSTALLDIR="$(PREFIX)"|" dpl4hydra.sh > 
$(PREFIX)/bin/dpl4hydra.sh
+-  -chmod 755 $(PREFIX)/bin/dpl4hydra.sh
+-  -mkdir -p $(PREFIX)/etc/
+-  -cp -f *.csv $(PREFIX)/etc/
+-  -mkdir -p $(PREFIX)/man/man1
+-  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(PREFIX)/man/man1
++  -mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)
++  cp -f hydra-wizard.sh $(BINS) $(DESTDIR)$(PREFIX)$(BINDIR) && cd 
$(DESTDIR)$(PREFIX)$(BINDIR) && chmod 755 

[arch-commits] Commit in hydra/repos (6 files)

2015-09-10 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 08:59:15
  Author: foutrelis
Revision: 139782

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hydra/repos/community-staging-i686/
  hydra/repos/community-staging-i686/PKGBUILD
(from rev 139781, hydra/trunk/PKGBUILD)
  hydra/repos/community-staging-i686/fix-locations.patch
(from rev 139781, hydra/trunk/fix-locations.patch)
  hydra/repos/community-staging-x86_64/
  hydra/repos/community-staging-x86_64/PKGBUILD
(from rev 139781, hydra/trunk/PKGBUILD)
  hydra/repos/community-staging-x86_64/fix-locations.patch
(from rev 139781, hydra/trunk/fix-locations.patch)

--+
 community-staging-i686/PKGBUILD  |   43 
 community-staging-i686/fix-locations.patch   |   53 +
 community-staging-x86_64/PKGBUILD|   43 
 community-staging-x86_64/fix-locations.patch |   53 +
 4 files changed, 192 insertions(+)

Copied: hydra/repos/community-staging-i686/PKGBUILD (from rev 139781, 
hydra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-10 06:59:15 UTC (rev 139782)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Bartek Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: pootzko 
+# Contributor: Jinx 
+# Contributor: Timothée Ravier 
+ 
+pkgname=hydra
+pkgver=8.1
+pkgrel=4
+pkgdesc='A very fast network logon cracker which support many different 
services'
+url='http://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng')
+optdepends=(
+  'gtk2: graphical front-end (xhydra)'
+)
+makedepends=('gtk2')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz
+fix-locations.patch)
+sha512sums=('7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959'
+
'229fdaff59c6970a030ec81a78a2d34861a6caa947e7c2f6f9186cfd3bc0bf35ec96deadaae58ff1eaa45574f268fa5d9b9688df8c033fcee35ddeb302fb2069')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < ../fix-locations.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+ 
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" MANDIR="/share/man/man1" 
DATADIR="/share/${pkgname}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: hydra/repos/community-staging-i686/fix-locations.patch (from rev 
139781, hydra/trunk/fix-locations.patch)
===
--- community-staging-i686/fix-locations.patch  (rev 0)
+++ community-staging-i686/fix-locations.patch  2015-09-10 06:59:15 UTC (rev 
139782)
@@ -0,0 +1,53 @@
+From 2c49f3ee2d9bac505543548301872fd0f36f31bc Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Sat, 6 Jun 2015 17:49:45 +0200
+Subject: [PATCH] configurable locations
+
+---
+ Makefile.am | 23 +--
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 89fb354..8a6f200 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -4,7 +4,10 @@
+ OPTS=-I. -O3
+ # -Wall -g -pedantic
+ LIBS=-lm
+-DIR=/bin
++BINDIR = /bin
++MANDIR ?= /man/man1
++DATADIR ?= /etc
++DESTDIR ?=
+ 
+ SRC = hydra-vnc.c hydra-pcnfs.c hydra-rexec.c hydra-nntp.c hydra-socks5.c \
+   hydra-telnet.c hydra-cisco.c hydra-http.c hydra-ftp.c hydra-imap.c \
+@@ -57,15 +60,15 @@ strip: all
+   -echo OK > /dev/null && test -x xhydra && strip xhydra || echo OK > 
/dev/null
+ 
+ install:  strip
+-  -mkdir -p $(PREFIX)$(DIR)
+-  cp -f hydra-wizard.sh $(BINS) $(PREFIX)$(DIR) && cd $(PREFIX)$(DIR) && 
chmod 755 hydra-wizard.sh $(BINS)
+-  -echo OK > /dev/null && test -x xhydra && cp xhydra $(PREFIX)$(DIR) && 
cd $(PREFIX)$(DIR) && chmod 755 xhydra || echo OK > /dev/null
+-  -sed -e "s|^INSTALLDIR=.*|INSTALLDIR="$(PREFIX)"|" dpl4hydra.sh > 
$(PREFIX)/bin/dpl4hydra.sh
+-  -chmod 755 $(PREFIX)/bin/dpl4hydra.sh
+-  -mkdir -p $(PREFIX)/etc/
+-  -cp -f *.csv $(PREFIX)/etc/
+-  -mkdir -p $(PREFIX)/man/man1
+-  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(PREFIX)/man/man1
++  -mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)
++  cp -f hydra-wizard.sh $(BINS) $(DESTDIR)$(PREFIX)$(BINDIR) && cd 
$(DESTDIR)$(PREFIX)$(BINDIR) && chmod 755 hydra-wizard.sh $(BINS)
++  -echo OK > /dev/null && test -x xhydra && cp xhydra 

[arch-commits] Commit in hydra/repos (6 files)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 18:10:17
  Author: anthraxx
Revision: 134907

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hydra/repos/community-i686/
  hydra/repos/community-i686/PKGBUILD
(from rev 134906, hydra/trunk/PKGBUILD)
  hydra/repos/community-i686/fix-locations.patch
(from rev 134906, hydra/trunk/fix-locations.patch)
  hydra/repos/community-x86_64/
  hydra/repos/community-x86_64/PKGBUILD
(from rev 134906, hydra/trunk/PKGBUILD)
  hydra/repos/community-x86_64/fix-locations.patch
(from rev 134906, hydra/trunk/fix-locations.patch)

--+
 community-i686/PKGBUILD  |   43 ++
 community-i686/fix-locations.patch   |   53 +
 community-x86_64/PKGBUILD|   43 ++
 community-x86_64/fix-locations.patch |   53 +
 4 files changed, 192 insertions(+)

Copied: hydra/repos/community-i686/PKGBUILD (from rev 134906, 
hydra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 16:10:17 UTC (rev 134907)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Rudy Matela r...@matela.com.br
+# Contributor: Bartek Piotrowski barthal...@gmail.com
+# Contributor: Thomas S Hatch thatch45 at gmail dot com
+# Contributor: pootzko poot...@gmail.com
+# Contributor: Jinx jinxw...@gmail.com
+# Contributor: Timothée Ravier t...@siosm.fr
+ 
+pkgname=hydra
+pkgver=8.1
+pkgrel=3
+pkgdesc='A very fast network logon cracker which support many different 
services'
+url='http://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng')
+optdepends=(
+  'gtk2: graphical front-end (xhydra)'
+)
+makedepends=('gtk2')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz
+fix-locations.patch)
+sha512sums=('7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959'
+
'229fdaff59c6970a030ec81a78a2d34861a6caa947e7c2f6f9186cfd3bc0bf35ec96deadaae58ff1eaa45574f268fa5d9b9688df8c033fcee35ddeb302fb2069')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1  ../fix-locations.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+ 
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} MANDIR=/share/man/man1 
DATADIR=/share/${pkgname} install
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim:set ts=2 sw=2 et:

Copied: hydra/repos/community-i686/fix-locations.patch (from rev 134906, 
hydra/trunk/fix-locations.patch)
===
--- community-i686/fix-locations.patch  (rev 0)
+++ community-i686/fix-locations.patch  2015-06-06 16:10:17 UTC (rev 134907)
@@ -0,0 +1,53 @@
+From 2c49f3ee2d9bac505543548301872fd0f36f31bc Mon Sep 17 00:00:00 2001
+From: anthraxx leve...@leventepolyak.net
+Date: Sat, 6 Jun 2015 17:49:45 +0200
+Subject: [PATCH] configurable locations
+
+---
+ Makefile.am | 23 +--
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 89fb354..8a6f200 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -4,7 +4,10 @@
+ OPTS=-I. -O3
+ # -Wall -g -pedantic
+ LIBS=-lm
+-DIR=/bin
++BINDIR = /bin
++MANDIR ?= /man/man1
++DATADIR ?= /etc
++DESTDIR ?=
+ 
+ SRC = hydra-vnc.c hydra-pcnfs.c hydra-rexec.c hydra-nntp.c hydra-socks5.c \
+   hydra-telnet.c hydra-cisco.c hydra-http.c hydra-ftp.c hydra-imap.c \
+@@ -57,15 +60,15 @@ strip: all
+   -echo OK  /dev/null  test -x xhydra  strip xhydra || echo OK  
/dev/null
+ 
+ install:  strip
+-  -mkdir -p $(PREFIX)$(DIR)
+-  cp -f hydra-wizard.sh $(BINS) $(PREFIX)$(DIR)  cd $(PREFIX)$(DIR)  
chmod 755 hydra-wizard.sh $(BINS)
+-  -echo OK  /dev/null  test -x xhydra  cp xhydra $(PREFIX)$(DIR)  
cd $(PREFIX)$(DIR)  chmod 755 xhydra || echo OK  /dev/null
+-  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)| dpl4hydra.sh  
$(PREFIX)/bin/dpl4hydra.sh
+-  -chmod 755 $(PREFIX)/bin/dpl4hydra.sh
+-  -mkdir -p $(PREFIX)/etc/
+-  -cp -f *.csv $(PREFIX)/etc/
+-  -mkdir -p $(PREFIX)/man/man1
+-  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(PREFIX)/man/man1
++  -mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)
++  cp -f hydra-wizard.sh $(BINS) $(DESTDIR)$(PREFIX)$(BINDIR)  cd 
$(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 hydra-wizard.sh $(BINS)
++  -echo OK  /dev/null  test -x xhydra  cp xhydra 
$(DESTDIR)$(PREFIX)$(BINDIR)  cd $(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 
xhydra || echo OK  /dev/null
++  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)|