wok annotate squirrelmail-html/receipt @ rev 20936

updated fpm2 again (0.76.1 -> 0.79)
author Hans-G?nter Theisgen
date Sat Mar 02 16:28:51 2019 +0100 (2019-03-02)
parents d51b2411e55e
children 145555e18037
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@15200 8 LICENSE="GPL2"
pascal@1225 9 SOURCE="view_as_html"
pascal@1225 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@1225 11 WEB_SITE="http://www.squirrelmail.org/"
pascal@15200 12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
pascal@16264 13 HOST_ARCH="any"
pascal@15200 14
pascal@1225 15 DEPENDS="squirrelmail"
pascal@1225 16
pascal@9036 17 # Rules to configure and make the package.
pascal@9036 18 compile_rules()
pascal@9036 19 {
pascal@9037 20 mkdir -p $DESTDIR
pascal@9036 21 cp -a $src $DESTDIR/$SOURCE
pascal@9036 22 }
pascal@9036 23
pascal@1225 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1225 25 genpkg_rules()
pascal@1225 26 {
pascal@1225 27 mkdir -p $fs/usr/share/squirrelmail/plugins
pascal@15200 28 cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
pascal@3259 29 chown -R 80 $fs/usr/share/squirrelmail
pascal@1225 30 }
pascal@1225 31
pascal@1225 32 post_install()
pascal@1225 33 {
pascal@18730 34 echo "\$plugins[] = '$SOURCE';" >> "$1/etc/squirrelmail/config_local.php"
pascal@1225 35 }
pascal@2245 36
pascal@2260 37 pre_remove()
pascal@2245 38 {
pascal@2245 39 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
pascal@2245 40 }