wok annotate squirrelmail-sizes/receipt @ rev 10580

openerp-client: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 09:04:02 2011 +0200 (2011-05-26)
parents f81e47267992
children b13ed9740841
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"
pascal@1226 6 SHORT_DESC="Folder sizes plugin for Web mail."
pascal@1226 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1226 8 SOURCE="folder_sizes"
pascal@1226 9 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@1226 10 WEB_SITE="http://www.squirrelmail.org/"
pascal@1226 11 DEPENDS="squirrelmail"
pascal@1226 12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
pascal@1226 13
pascal@9036 14 # Rules to configure and make the package.
pascal@9036 15 compile_rules()
pascal@9036 16 {
pascal@9037 17 mkdir -p $DESTDIR
pascal@9036 18 cp -a $src $DESTDIR/$SOURCE
pascal@9036 19 }
pascal@9036 20
pascal@1226 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1226 22 genpkg_rules()
pascal@1226 23 {
pascal@1226 24 mkdir -p $fs/usr/share/squirrelmail/plugins
pascal@9036 25 cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
pascal@1226 26 }
pascal@1226 27
pascal@1226 28 post_install()
pascal@1226 29 {
pascal@1226 30 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
pascal@1226 31 }
pascal@2245 32
pascal@2260 33 pre_remove()
pascal@2245 34 {
pascal@2245 35 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
pascal@2245 36 }