wok-next annotate squirrelmail-legend/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c4e53a39395a
children
rev   line source
pascal@2254 1 # SliTaz package receipt.
pascal@2254 2
pascal@2254 3 PACKAGE="squirrelmail-legend"
pascal@2254 4 VERSION="1.2-1.2.8"
pascal@2254 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Adds a legend below the folder list in Web mail"
pascal@2254 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15200 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.squirrelmail.org/"
al@21020 10
pascal@2254 11 SOURCE="legend"
pascal@2254 12 TARBALL="$SOURCE.$VERSION.tar.gz"
pascal@15200 13 WGET_URL="${WEB_SITE}plugins/$TARBALL"
pascal@15200 14
al@21020 15 compile_rules() {
al@21020 16 mkdir -p $install
al@21020 17 cp -a $src $install/$SOURCE
pascal@9036 18 }
pascal@9036 19
al@21020 20 genpkg_rules() {
pascal@2254 21 mkdir -p $fs/usr/share/squirrelmail/plugins
pascal@15200 22 cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
al@21020 23 DEPENDS="squirrelmail"
pascal@2254 24 }
pascal@2254 25
al@21020 26 post_install() {
pascal@18730 27 echo "\$plugins[] = '$SOURCE';" >> "$1/etc/squirrelmail/config_local.php"
pascal@2254 28 }
pascal@2254 29
al@21020 30 pre_remove() {
pascal@2254 31 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
pascal@2254 32 }