SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "sylpheed-full"

# SliTaz package receipt.

PACKAGE="sylpheed-full"
VERSION="3.7.0"
CATEGORY="network"
TAGS="mail internet"
SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://sylpheed.sraoss.jp/en/"

SOURCE="sylpheed"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WGET_URL="https://dotsrc.dl.osdn.net/osdn/sylpheed/68999/$TARBALL"

PROVIDE="sylpheed"
DEPENDS="enchant gnupg gpgme gtk+ gtkspell libgpg-error libldap libssl"
BUILD_DEPENDS="enchant-dev gpgme-dev gtk+-dev gtkspell-dev libgpg-error-dev \
    openldap-dev openssl-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://sylpheed.sraoss.jp/en/download.html 2>/dev/null | \
    sed '/sylpheed-[0-9]/!d;/tar..z/!d;s|.*ylpheed-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --enable-ldap        \
        --disable-updatecheck    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

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

    cp -a $install/usr/bin        $fs/usr
    cp -a $install/usr/lib/*.so*    $fs/usr/lib
}

6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)