SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "claws-mail-notification"

# SliTaz package receipt.

PACKAGE="claws-mail-notification"
VERSION="0.28"
CATEGORY="network"
SHORT_DESC="claws-mail plugin - mail notification."
MAINTAINER="erjo@slitaz.org"
DEPENDS="claws-mail libnotify xorg-libXdamage"
BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev"
SOURCE="notification_plugin"
TARBALL="${SOURCE}-${VERSION}.tar.gz"
WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib/claws-mail/plugins
    cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)