# HG changeset patch # User Eric Joseph-Alexandre # Date 1246917253 -7200 # Node ID 0b76737703266bf970c2ffc6ebd6df40bc212666 # Parent b66c40971da8f1915de79fee761534b35b202acd Add: claws-mail-spam_report diff -r b66c40971da8 -r 0b7673770326 claws-mail-spam_report/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-spam_report/receipt Mon Jul 06 23:54:13 2009 +0200 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-spam_report" +VERSION="0.3.9" +CATEGORY="newtwork" +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" + +# 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 +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/claws-mail/plugins \ + $fs/usr/share/locale + + cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \ + $fs/usr/lib/claws-mail/plugins + cp -a $_pkg/usr/share/locale/fr $fs/usr/locale +} +