wok view squirrelmail-spamassassin/receipt @ rev 2259

Add squirrelmail-spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:54:18 2009 +0000 (2009-02-15)
parents
children ff4c00ab546f
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-spamassassin"
4 VERSION="1.0-1.2.7"
5 CATEGORY="network"
6 SHORT_DESC="Vacation and forwarding plugin for Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="saconf"
9 TARBALL="$SOURCE.$VERSION.tar.gz"
10 WEB_SITE="http://www.squirrelmail.org/"
11 DEPENDS="squirrelmail"
12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/squirrelmail/plugins
18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
19 }
21 post_install()
22 {
23 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
24 }
26 post_remove()
27 {
28 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
29 }