wok-6.x annotate hydra/receipt @ rev 14649
Up wicd (1.7.2.4)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Jun 04 00:13:54 2013 +0000 (2013-06-04) |
parents | e6d69f8e05ad |
children | 7d6089953592 |
rev | line source |
---|---|
pankso@974 | 1 # SliTaz package receipt. |
pankso@974 | 2 |
pankso@974 | 3 PACKAGE="hydra" |
pascal@13181 | 4 VERSION="7.3" |
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" |
pankso@974 | 8 TARBALL="$PACKAGE-$VERSION-src.tar.gz" |
pankso@974 | 9 WEB_SITE="http://freeworld.thc.org/thc-hydra" |
pankso@974 | 10 WGET_URL="http://freeworld.thc.org/releases/$TARBALL" |
pankso@974 | 11 |
pascal@13182 | 12 DEPENDS="gtk+ openssl xorg-libXdamage apr libssh libmysqlclient \ |
pascal@13182 | 13 libidn libpostgresqlclient libsvn" |
pascal@13182 | 14 BUILD_DEPENDS="openssl-dev apr-dev gtk+-dev libssh-dev libmysqlclient \ |
pascal@13182 | 15 postgresql-dev subversion-dev libidn-dev mysql-dev" |
pascal@13181 | 16 |
pankso@974 | 17 # Rules to configure and make the package. |
pankso@974 | 18 compile_rules() |
pankso@974 | 19 { |
pankso@974 | 20 cd $src |
pankso@974 | 21 ./configure \ |
pankso@974 | 22 --prefix=/usr \ |
pankso@974 | 23 $CONFIGURE_ARGS |
pankso@974 | 24 sed -i s/'cp -v'/'cp'/ hydra-gtk/make_xhydra.sh |
pascal@7442 | 25 sed -i -e "s|gcc|gcc $( /usr/bin/apr-1-config --cppflags --cflags)|" \ |
pascal@7442 | 26 -e 's|^XLIBPATHS=|&-L/usr/lib/postgresql |' \ |
pascal@7442 | 27 -e 's|^XIPATHS= |&-I/usr/include/apr-1 |' Makefile |
pankso@974 | 28 make |
pascal@1491 | 29 [ -f hydra ] |
pankso@974 | 30 } |
pankso@974 | 31 |
pankso@974 | 32 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@974 | 33 genpkg_rules() |
pankso@974 | 34 { |
pankso@974 | 35 mkdir -p $fs/usr/bin |
pankso@974 | 36 cp -a $src/hydra $fs/usr/bin |
pankso@974 | 37 cp -a $src/xhydra $fs/usr/bin |
pankso@974 | 38 } |