# HG changeset patch # User Eric Joseph-Alexandre # Date 1305704311 -7200 # Node ID 094af656a8ff7459b7439b46e2b42aa9cc6f0425 # Parent e8b6a292c4f7270d6e0f48e7b07dc59554fa9f0c claws-mail-vcalendar: fix bdeps diff -r e8b6a292c4f7 -r 094af656a8ff claws-mail-vcalendar/receipt --- a/claws-mail-vcalendar/receipt Wed May 18 02:15:39 2011 +0200 +++ b/claws-mail-vcalendar/receipt Wed May 18 09:38:31 2011 +0200 @@ -5,21 +5,21 @@ CATEGORY="network" SHORT_DESC="claws-mail plugin - vcalendar messages support." MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail curl xorg-libXdamage" -BUILD_DEPENDS="curl-dev claws-mail" 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 --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure --prefix=/usr && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.