wok-stable diff pwsafe/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 7a518ed08988
children
line diff
     1.1 --- a/pwsafe/receipt	Thu Jun 18 23:28:28 2009 +0800
     1.2 +++ b/pwsafe/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="pwsafe is commandline program that manages encrypted password databases."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 -DEPENDS="readline ncurses"
     1.8 +DEPENDS="readline ncurses xorg-libSM xorg-libICE xorg-libXmu xorg-libX11 \
     1.9 +libcrypto gcc-lib-base xorg-libXt xorg-libXext xorg-libXau xorg-libXdmcp"
    1.10  BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://sourceforge.net/projects/pwsafe"