wok-6.x annotate squirrelmail-html/receipt @ rev 2385
Up: Squid to 3.0STABLE13
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Mar 09 22:39:02 2009 +0100 (2009-03-09) |
parents | cb2efee225ba |
children | b182d475b827 |
rev | line source |
---|---|
pascal@1225 | 1 # SliTaz package receipt. |
pascal@1225 | 2 |
pascal@1225 | 3 PACKAGE="squirrelmail-html" |
pascal@1225 | 4 VERSION="3.7a-1.4.x" |
pascal@1225 | 5 CATEGORY="network" |
pascal@1225 | 6 SHORT_DESC="HTML viewer plugin for Web mail." |
pascal@1225 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1225 | 8 SOURCE="view_as_html" |
pascal@1225 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@1225 | 10 WEB_SITE="http://www.squirrelmail.org/" |
pascal@1225 | 11 DEPENDS="squirrelmail" |
pascal@1225 | 12 WGET_URL="${WEB_SITE}plugins/$TARBALL" |
pascal@1225 | 13 |
pascal@1225 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1225 | 15 genpkg_rules() |
pascal@1225 | 16 { |
pascal@1225 | 17 mkdir -p $fs/usr/share/squirrelmail/plugins |
pascal@1225 | 18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins |
pascal@1225 | 19 } |
pascal@1225 | 20 |
pascal@1225 | 21 post_install() |
pascal@1225 | 22 { |
pascal@1225 | 23 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php |
pascal@1225 | 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 } |