wok view squirrelmail-smallcal/receipt @ rev 8223

imported patch cleanup/dmsetup.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents cb2efee225ba
children b936343846df
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-smallcal"
4 VERSION="0.8-1.2.3"
5 CATEGORY="network"
6 SHORT_DESC="Left side calendar plugin for Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="smallcal"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.squirrelmail.org/"
11 DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
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 cat <<EOF
25 You can enable calendar display in Option -> Display Preferences
26 EOF
27 }
29 pre_remove()
30 {
31 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
32 }