wok-next diff filezilla/receipt @ rev 21590
updated dialog (1.3-20181107 -> 1.3.20200327)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 07:00:06 2020 +0100 (2020-06-24) |
parents | 5669e8b3be70 |
children |
line diff
1.1 --- a/filezilla/receipt Sat Dec 22 04:52:35 2018 +0200 1.2 +++ b/filezilla/receipt Wed Jun 24 07:00:06 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="filezilla" 1.7 -VERSION="3.7.3" 1.8 +VERSION="3.39.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="FTP Client" 1.11 MAINTAINER="devel@slitaz.org" 1.12 @@ -9,24 +9,27 @@ 1.13 WEB_SITE="https://filezilla-project.org/" 1.14 1.15 TARBALL="FileZilla_${VERSION}_src.tar.bz2" 1.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 +WGET_URL="https://download.filezilla-project.org/client/$TARBALL" 1.18 +TARBALL_SHA1="a8e8b1f4090def74b45bc29d4835e0247b211176" 1.19 1.20 -BUILD_DEPENDS="xdg-utils gettext-dev wxWidgets28-dev gnutls-dev libidn-dev \ 1.21 -sqlite3-dev" 1.22 +BUILD_DEPENDS="libfilezilla-dev wxwidgets-dev cppunit-dev gnutls-dev \ 1.23 +pugixml-dev dbus-dev xdg-utils gtk2-dev sqlite3-dev gettext-dev" 1.24 +SPLIT="$PACKAGE-noarch" 1.25 + 1.26 +COPY_std="bin/" 1.27 +COPY_noarch="@std @rm" 1.28 + 1.29 +CAT_noarch="network|architecture-agnostic files" 1.30 + 1.31 +DEPENDS_std="$PACKAGE-noarch dbus glib gtk2 libfilezilla libgnutls libsqlite3 \ 1.32 +nettle pugixml wxwidgets" 1.33 +DEPENDS_noarch=" " 1.34 + 1.35 +TAGS="FTP client" 1.36 1.37 compile_rules() { 1.38 - ./configure \ 1.39 - --with-tinyxml=builtin \ 1.40 - --without-dbus \ 1.41 - $CONFIGURE_ARGS && 1.42 + ./configure $CONFIGURE_ARGS && 1.43 fix libtool && 1.44 make && 1.45 - make DESTDIR=$install install 1.46 + make install 1.47 } 1.48 - 1.49 -genpkg_rules() { 1.50 - copy @std 1.51 - rm -rf $fs/usr/share/fileszilla/docs 1.52 - DEPENDS="wxWidgets28 gnutls libidn libxxf86vm libtasn1 sqlite3" 1.53 - TAGS="ftp client" 1.54 -}