wok-next view lftp/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents b4441f9675df
children 315a1dc02606
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lftp"
4 VERSION="4.8.3"
5 CATEGORY="network"
6 SHORT_DESC="Small but powerful FTP client"
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://lftp.yar.ru/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}ftp/$TARBALL"
14 BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev"
16 CROSS="bug: failed at test"
18 compile_rules() {
19 ./configure \
20 --with-gnutls \
21 --without-openssl \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="gmp readline expat gnutls gcc-lib-base"
31 }