wok diff hydra/receipt @ rev 3554

Add: librsvg, librsvg-dev SVG library support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jun 23 14:41:13 2009 +0200 (2009-06-23)
parents be4b9618ea05
children 94e5dc505aa0
line diff
     1.1 --- a/hydra/receipt	Mon Mar 16 22:05:40 2009 +0000
     1.2 +++ b/hydra/receipt	Tue Jun 23 14:41:13 2009 +0200
     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  }