wok view squirrelmail-html/receipt @ rev 7753

fcitx:change default config
author fireflyoo <lufeng369@gmail.com>
date Tue Dec 21 15:30:57 2010 +0800 (2010-12-21)
parents ff4c00ab546f
children f81e47267992
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-html"
4 VERSION="3.7a-1.4.x"
5 CATEGORY="network"
6 SHORT_DESC="HTML viewer plugin for Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="view_as_html"
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 chown -R 80 $fs/usr/share/squirrelmail
20 }
22 post_install()
23 {
24 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
25 }
27 pre_remove()
28 {
29 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
30 }