wok annotate squirrelmail-archive/receipt @ rev 8344

lvm2: add patch to fix udevsync.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 02 01:22:46 2011 +0000 (2011-02-02)
parents cb2efee225ba
children f81e47267992
rev   line source
pascal@1221 1 # SliTaz package receipt.
pascal@1221 2
pascal@1221 3 PACKAGE="squirrelmail-archive"
pascal@1221 4 VERSION="1.2-1.4.2"
pascal@1221 5 CATEGORY="network"
pascal@1221 6 SHORT_DESC="Mail archiver plugin for Web mail."
pascal@1221 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1221 8 SOURCE="archive_mail"
pascal@1221 9 TARBALL="$SOURCE.$VERSION.tar.gz"
pascal@1221 10 WEB_SITE="http://www.squirrelmail.org/"
pascal@1221 11 DEPENDS="squirrelmail"
pascal@1221 12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
pascal@1221 13
pascal@1221 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1221 15 genpkg_rules()
pascal@1221 16 {
pascal@1221 17 mkdir -p $fs/usr/share/squirrelmail/plugins
pascal@1221 18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
pascal@1221 19 }
pascal@1221 20
pascal@1221 21 post_install()
pascal@1221 22 {
pascal@1222 23 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
pascal@1221 24 }
pascal@2245 25
pascal@2260 26 pre_remove()
pascal@2245 27 {
pascal@2245 28 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
pascal@2245 29 }