wok-stable diff hydra/receipt @ rev 2725
Add: exiv2, exiv2-dev
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Apr 24 07:28:47 2009 +0000 (2009-04-24) |
parents | be4b9618ea05 |
children | 94e5dc505aa0 |
line diff
1.1 --- a/hydra/receipt Mon Mar 16 22:05:40 2009 +0000 1.2 +++ b/hydra/receipt Fri Apr 24 07:28:47 2009 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="THC password cracker for FTP, HTTP, HTTPS, SMB, etc." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+ openssl xorg-libXdamage" 1.7 -BUILD_DEPENDS="openssl-dev libpostgresqlclient" 1.8 +BUILD_DEPENDS="openssl-dev" 1.9 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.10 WEB_SITE="http://freeworld.thc.org/thc-hydra" 1.11 WGET_URL="http://freeworld.thc.org/releases/$TARBALL" 1.12 @@ -20,6 +20,7 @@ 1.13 --prefix=/usr \ 1.14 $CONFIGURE_ARGS 1.15 sed -i s/'cp -v'/'cp'/ hydra-gtk/make_xhydra.sh 1.16 + sed -i -e 's/ -DLIBPOSTGRES$//' -e 's/ -lpq / /' Makefile 1.17 make 1.18 [ -f hydra ] 1.19 }