wok view squirrelmail-legend/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents d3042f76641f
children f81e47267992
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-legend"
4 VERSION="1.2-1.2.8"
5 CATEGORY="network"
6 SHORT_DESC="Adds a legend below the folder list in Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="legend"
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 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
24 }
26 pre_remove()
27 {
28 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
29 }