# HG changeset patch # User Eric Joseph-Alexandre # Date 1349565950 -7200 # Node ID 57488d17c29025db1edc13238cf81bd76009a1cc # Parent b7f351c15d3251e49004884a7270143e6a6028be Add: claws-mail-fetchinfo diff -r b7f351c15d32 -r 57488d17c290 claws-mail-fetchinfo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-fetchinfo/receipt Sun Oct 07 01:25:50 2012 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-fetchinfo" +VERSION="0.4.25" +CATEGORY="network" +SHORT_DESC="Inserts headers containing some download information." +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://www.claws-mail.org/plugins.php" +SOURCE="fetchinfo-plugin" +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 +} +