SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "filezilla"

# SliTaz package receipt.

PACKAGE="filezilla"
VERSION="3.7.3"
CATEGORY="network"
TAGS="ftp client"
SHORT_DESC="FTP Client"
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://filezilla-project.org/"

SOURCE="FileZilla"
TARBALL="${SOURCE}_${VERSION}_src.tar.bz2"
WGET_URL="https://download.filezilla-project.org/client/$TARBALL"

DEPENDS="gnutls libidn libmspack libtasn1 libunistring sqlite wxWidgets28 
    xorg-libXxf86vm"
BUILD_DEPENDS="gettext gnutls-dev libgnutls libidn-dev 
    libunistring-dev sqlite-dev wxWidgets28-dev xdg-utils"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/ released/!d;/FileZilla Client/!d;s|.*Client ||;s| released.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure                \
        --prefix=/usr            \
        --infodir=/usr/share/info    \
        --mandir=/usr/share/man        \
        --with-tinyxml=builtin        \
        --without-dbus            \
        $CONFIGURE_ARGS &&
    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share

    cp -a $install/usr/bin            $fs/usr
    cp -a $install/usr/share/filezilla    $fs/usr/share

    rm -rf                    $fs/usr/share/fileszilla/docs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)