wok-4.x annotate squirrelmail-legend/receipt @ rev 7011
Up: xorg-scrnsaverproto to 1.2.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 31 13:31:44 2010 +0000 (2010-10-31) |
parents | d3042f76641f |
children | f81e47267992 |
rev | line source |
---|---|
pascal@2254 | 1 # SliTaz package receipt. |
pascal@2254 | 2 |
pascal@2254 | 3 PACKAGE="squirrelmail-legend" |
pascal@2254 | 4 VERSION="1.2-1.2.8" |
pascal@2254 | 5 CATEGORY="network" |
pascal@2254 | 6 SHORT_DESC="Adds a legend below the folder list in Web mail." |
pascal@2254 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@2254 | 8 SOURCE="legend" |
pascal@2254 | 9 TARBALL="$SOURCE.$VERSION.tar.gz" |
pascal@2254 | 10 WEB_SITE="http://www.squirrelmail.org/" |
pascal@2254 | 11 DEPENDS="squirrelmail" |
pascal@2254 | 12 WGET_URL="${WEB_SITE}plugins/$TARBALL" |
pascal@2254 | 13 |
pascal@2254 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2254 | 15 genpkg_rules() |
pascal@2254 | 16 { |
pascal@2254 | 17 mkdir -p $fs/usr/share/squirrelmail/plugins |
pascal@2254 | 18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins |
pascal@2254 | 19 } |
pascal@2254 | 20 |
pascal@2254 | 21 post_install() |
pascal@2254 | 22 { |
pascal@2254 | 23 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php |
pascal@2254 | 24 } |
pascal@2254 | 25 |
pascal@2260 | 26 pre_remove() |
pascal@2254 | 27 { |
pascal@2254 | 28 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php |
pascal@2254 | 29 } |