# HG changeset patch # User Pascal Bellard # Date 1218354711 0 # Node ID e096df3fcdc71c8e1c84024e66d2df4c08cb1fc5 # Parent 9e65f07bbc071d29f89c85bb70829a8069bc94a2 Add squirrelmail-archive diff -r 9e65f07bbc07 -r e096df3fcdc7 squirrelmail-archive/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/squirrelmail-archive/receipt Sun Aug 10 07:51:51 2008 +0000 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="squirrelmail-archive" +VERSION="1.2-1.4.2" +CATEGORY="network" +SHORT_DESC="Mail archiver plugin for Web mail." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="archive_mail" +TARBALL="$SOURCE.$VERSION.tar.gz" +WEB_SITE="http://www.squirrelmail.org/" +DEPENDS="squirrelmail" +WGET_URL="${WEB_SITE}plugins/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/squirrelmail/plugins + cp -a $SOURCE $fs/usr/share/squirrelmail/plugins +} + +post_install() +{ + echo "\$plugins[] = '$SOURCE';" >> $fs/etc/squirrelmail/config_local.php +}