wok diff lftp/receipt @ rev 14997

Add LGPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 11:33:11 2013 +0000 (2013-08-10)
parents 7e002bedebe8
children 2b9f96603415
line diff
     1.1 --- a/lftp/receipt	Fri Jan 18 11:15:15 2013 +0100
     1.2 +++ b/lftp/receipt	Sat Aug 10 11:33:11 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lftp"
     1.7 -VERSION="4.4.0"
     1.8 +VERSION="4.4.8"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Small but powerful ftp client"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -10,8 +10,8 @@
    1.13  WGET_URL="http://ftp.yars.free.net/pub/source/lftp/$TARBALL"
    1.14  CROSS="bug: failed at test"
    1.15  
    1.16 -DEPENDS="readline expat gnutls gcc-lib-base"
    1.17 -BUILD_DEPENDS="readline-dev gperf gnutls-dev ncurses-dev"
    1.18 +DEPENDS="gmp readline expat gnutls gcc-lib-base"
    1.19 +BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()