wok-next view lftp/receipt @ rev 20829
gmtk, gnome-mplayer: provide both GTK2 and GTK3 support; remove marlin: project abandoned since 2013, compilation stops with errors, no patches available...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 14 16:46:40 2018 +0300 (2018-06-14) |
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 }