wok-stable diff vacation/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 ad9b056de8bc
children
line diff
     1.1 --- a/vacation/receipt	Wed Feb 18 11:41:03 2009 +0000
     1.2 +++ b/vacation/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -10,6 +10,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  DEPENDS="gdbm"
     1.6  BUILD_DEPENDS="gdbm-dev"
     1.7 +TAGS="email"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()