# HG changeset patch # User Christophe Lincoln # Date 1305623175 -7200 # Node ID c02b5b7dd5179e65b04dbd1ac9001bdbac9b3209 # Parent 735e7c699d9020b2e24f15d1db29c7c6e6f94085 claws-mail-spam_report: fix bdeps diff -r 735e7c699d90 -r c02b5b7dd517 claws-mail-spam_report/receipt --- a/claws-mail-spam_report/receipt Tue May 17 10:59:52 2011 +0200 +++ b/claws-mail-spam_report/receipt Tue May 17 11:06:15 2011 +0200 @@ -5,23 +5,19 @@ CATEGORY="network" SHORT_DESC="Reports spam to various places" MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail" -BUILD_DEPENDS="claws-mail-dev" SOURCE="spam_report" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.claws-mail.org" WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" +DEPENDS="claws-mail libcurl" +BUILD_DEPENDS="claws-mail-dev curl-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 && - make && make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -29,5 +25,5 @@ { mkdir -p $fs/usr/lib/claws-mail/plugins cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \ - $fs/usr/lib/claws-mail/plugins + $fs/usr/lib/claws-mail/plugins }