# HG changeset patch # User Eric Joseph-Alexandre # Date 1349566077 -7200 # Node ID 96bf4fa2e0d34e845b7c6592f9305410f49fdb4a # Parent b1775a1b5b1b6ff21fc6e60eb040ab1678e3da19 Add: claws-mail-neuwmail diff -r b1775a1b5b1b -r 96bf4fa2e0d3 claws-mail-newmail/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-newmail/receipt Sun Oct 07 01:27:57 2012 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-newmail" +VERSION="0.0.15" +CATEGORY="network" +SHORT_DESC="Claws Mail writes a msg header summary to a log file." +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://www.claws-mail.org/plugins.php" +SOURCE="newmail" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + +DEPENDS="claws-mail libwebkit libcurl libsoup" +BUILD_DEPENDS="claws-mail-dev " + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/claws-mail/plugins + cp -a $install/usr/lib/claws-mail/plugins/*.so \ + $fs/usr/lib/claws-mail/plugins +} +