SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "claws-mail-vcalendar"

# SliTaz package receipt.

PACKAGE="claws-mail-vcalendar"
VERSION="2.0.11"
CATEGORY="network"
SHORT_DESC="claws-mail plugin - vcalendar messages support."
MAINTAINER="erjo@slitaz.org"
SOURCE="vcalendar"
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"

DEPENDS="claws-mail curl xorg-libXdamage gnutls"
BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev enchant-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr $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)