# HG changeset patch # User Eric Joseph-Alexandre # Date 1349565813 -7200 # Node ID 184d4c3f1a4ac4840518c061a3b03d6a063f2ac7 # Parent 8551bb0cf932d5d6cfd0d48e9f51d85a267736f7 Add: claws-mail-acpinotifier diff -r 8551bb0cf932 -r 184d4c3f1a4a claws-mail-addresskeeper/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-addresskeeper/receipt Sun Oct 07 01:23:33 2012 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-addresskeeper" +VERSION="1.0.6" +CATEGORY="network" +SHORT_DESC="Keeps all recipient addresses in an addressbook folder. " +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://www.claws-mail.org/plugins.php" +SOURCE="address_keeper" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + +DEPENDS="claws-mail" +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 +}