wok-tiny diff dropbear-without-zlib/receipt @ rev 88

dropbear-without-zlib: fix TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 14 12:53:50 2013 +0200 (2013-04-14)
parents e2b369ee537b
children a6d2ddc65590
line diff
     1.1 --- a/dropbear-without-zlib/receipt	Tue Aug 21 20:42:47 2012 +0200
     1.2 +++ b/dropbear-without-zlib/receipt	Sun Apr 14 12:53:50 2013 +0200
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear-without-zlib"
     1.7 +SOURCE="dropbear"
     1.8  VERSION="0.53"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Light SSH client and server without compression support."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  DEPENDS="libutil"
    1.15  [ -n "$TARGET" ] || TARGET="i486"
    1.16  BUILD_DEPENDS="dropbear uclibc-cross-compiler-$TARGET"