wok-next annotate squirrelmail-sizes/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@1226 1 # SliTaz package receipt.
pascal@1226 2
pascal@1226 3 PACKAGE="squirrelmail-sizes"
pascal@1226 4 VERSION="1.5-1.4.0"
pascal@1226 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Folder sizes plugin for Web mail"
pascal@1226 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15200 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.squirrelmail.org/"
al@21020 10
pascal@1226 11 SOURCE="folder_sizes"
pascal@1226 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@1226 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@1226 24 }
pascal@1226 25
al@21020 26 post_install() {
pascal@18730 27 echo "\$plugins[] = '$SOURCE';" >> "$1/etc/squirrelmail/config_local.php"
pascal@1226 28 }
pascal@2245 29
al@21020 30 pre_remove() {
pascal@2245 31 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
pascal@2245 32 }