wok view squirrelmail-msg_flags/receipt @ rev 8787

Fix compile_rules() in gtk-engines-rezlooks
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 22:56:38 2011 +0100 (2011-02-22)
parents faf3fcbe782b
children f81e47267992
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-msg_flags"
4 VERSION="1.4.15a-1.4.3"
5 CATEGORY="network"
6 SHORT_DESC="Few icons and flags for Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="msg_flags"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.squirrelmail.org/"
11 DEPENDS="squirrelmail"
12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/squirrelmail/plugins
18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
19 }
21 post_install()
22 {
23 ( cd $1/usr/share/squirrelmail/plugins/$SOURCE
24 patch -p0 < patches/$SOURCE-squirrelmail-$(. $1/$INSTALLED/squirrelmail/receipt; echo $VERSION).diff )
25 echo "$PACKAGE" >> $1/$INSTALLED/squirrelmail/modifiers
26 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
27 }
29 pre_remove()
30 {
31 ( cd /usr/share/squirrelmail/plugins/$SOURCE
32 patch -R -p0 < patches/$SOURCE-squirrelmail-$(. $INSTALLED/squirrelmail/receipt; echo $VERSION).diff )
33 sed -i "/^$PACKAGE\$/d" $INSTALLED/squirrelmail/modifiers
34 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
35 }