wok-6.x annotate hydra/receipt @ rev 6201
Up: libtool to 2.2.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Sep 11 00:35:45 2010 +0000 (2010-09-11) |
parents | be4b9618ea05 |
children | 94e5dc505aa0 |
rev | line source |
---|---|
pankso@974 | 1 # SliTaz package receipt. |
pankso@974 | 2 |
pankso@974 | 3 PACKAGE="hydra" |
pankso@974 | 4 VERSION="5.4" |
pankso@974 | 5 CATEGORY="system-tools" |
pankso@974 | 6 SHORT_DESC="THC password cracker for FTP, HTTP, HTTPS, SMB, etc." |
pankso@974 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@2517 | 8 DEPENDS="gtk+ openssl xorg-libXdamage" |
pascal@2558 | 9 BUILD_DEPENDS="openssl-dev" |
pankso@974 | 10 TARBALL="$PACKAGE-$VERSION-src.tar.gz" |
pankso@974 | 11 WEB_SITE="http://freeworld.thc.org/thc-hydra" |
pankso@974 | 12 WGET_URL="http://freeworld.thc.org/releases/$TARBALL" |
pankso@974 | 13 |
pankso@974 | 14 # Rules to configure and make the package. |
pankso@974 | 15 compile_rules() |
pankso@974 | 16 { |
pankso@974 | 17 mv $PACKAGE-$VERSION-src $PACKAGE-$VERSION |
pankso@974 | 18 cd $src |
pankso@974 | 19 ./configure \ |
pankso@974 | 20 --prefix=/usr \ |
pankso@974 | 21 $CONFIGURE_ARGS |
pankso@974 | 22 sed -i s/'cp -v'/'cp'/ hydra-gtk/make_xhydra.sh |
pascal@2558 | 23 sed -i -e 's/ -DLIBPOSTGRES$//' -e 's/ -lpq / /' Makefile |
pankso@974 | 24 make |
pascal@1491 | 25 [ -f hydra ] |
pankso@974 | 26 } |
pankso@974 | 27 |
pankso@974 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@974 | 29 genpkg_rules() |
pankso@974 | 30 { |
pankso@974 | 31 mkdir -p $fs/usr/bin |
pankso@974 | 32 cp -a $src/hydra $fs/usr/bin |
pankso@974 | 33 cp -a $src/xhydra $fs/usr/bin |
pankso@974 | 34 } |