wok annotate hydra/receipt @ rev 2483
gxmessage, gtk*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 21:03:13 2009 +0000 (2009-03-15) |
parents | 6d5a7118a980 |
children | be4b9618ea05 |
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@1491 | 8 DEPENDS="gtk+ openssl" |
pascal@1491 | 9 BUILD_DEPENDS="openssl-dev libpostgresqlclient" |
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 |
pankso@974 | 23 make |
pascal@1491 | 24 [ -f hydra ] |
pankso@974 | 25 } |
pankso@974 | 26 |
pankso@974 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@974 | 28 genpkg_rules() |
pankso@974 | 29 { |
pankso@974 | 30 mkdir -p $fs/usr/bin |
pankso@974 | 31 cp -a $src/hydra $fs/usr/bin |
pankso@974 | 32 cp -a $src/xhydra $fs/usr/bin |
pankso@974 | 33 } |