wok-stable diff gpa/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 7dc24f1ea8ba
children b7319995b37e
line diff
     1.1 --- a/gpa/receipt	Wed May 18 00:09:49 2011 +0200
     1.2 +++ b/gpa/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  WGET_URL="http://wald.intevation.org/frs/download.php/603/$TARBALL"
     1.5  
     1.6  DEPENDS="gnupg gpgme libgpg-error gtk+ xorg-libXdamage pinentry-gtk"
     1.7 -BUILD_DEPENDS="autoconf automake gpgme-dev libgpg-error-dev libassuan-dev"
     1.8 +BUILD_DEPENDS="gnupg autoconf automake gpgme-dev libgpg-error-dev libassuan-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()