wok annotate squirrelmail-legend/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents b13ed9740841
children 9e01bc6321ea
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@15200 8 LICENSE="GPL2"
pascal@2254 9 SOURCE="legend"
pascal@2254 10 TARBALL="$SOURCE.$VERSION.tar.gz"
pascal@2254 11 WEB_SITE="http://www.squirrelmail.org/"
pascal@15200 12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
pascal@16264 13 HOST_ARCH="any"
pascal@15200 14
pascal@2254 15 DEPENDS="squirrelmail"
pascal@2254 16
pascal@9036 17 # Rules to configure and make the package.
pascal@9036 18 compile_rules()
pascal@9036 19 {
pascal@9037 20 mkdir -p $DESTDIR
pascal@9036 21 cp -a $src $DESTDIR/$SOURCE
pascal@9036 22 }
pascal@9036 23
pascal@2254 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2254 25 genpkg_rules()
pascal@2254 26 {
pascal@2254 27 mkdir -p $fs/usr/share/squirrelmail/plugins
pascal@15200 28 cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
pascal@2254 29 }
pascal@2254 30
pascal@2254 31 post_install()
pascal@2254 32 {
pascal@2254 33 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
pascal@2254 34 }
pascal@2254 35
pascal@2260 36 pre_remove()
pascal@2254 37 {
pascal@2254 38 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
pascal@2254 39 }