wok view squirrelmail-sizes/receipt @ rev 9036

iron-linux, squirrelmail plugins: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 00:08:04 2011 +0100 (2011-03-04)
parents ff4c00ab546f
children 91a615759636
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-sizes"
4 VERSION="1.5-1.4.0"
5 CATEGORY="network"
6 SHORT_DESC="Folder sizes plugin for Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="folder_sizes"
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 configure and make the package.
15 compile_rules()
16 {
17 cp -a $src $DESTDIR/$SOURCE
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/squirrelmail/plugins
24 cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
25 }
27 post_install()
28 {
29 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
30 }
32 pre_remove()
33 {
34 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
35 }