wok-6.x annotate squirrelmail-calendard-file-backend/receipt @ rev 8333
Add: nagios-plugins*
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Feb 02 01:18:19 2011 +0100 (2011-02-02) |
parents | bbffc3ca182b |
children | f81e47267992 |
rev | line source |
---|---|
pascal@2250 | 1 # SliTaz package receipt. |
pascal@2250 | 2 |
pascal@2250 | 3 PACKAGE="squirrelmail-calendard-file-backend" |
pascal@2250 | 4 VERSION="1.0-2.0" |
pascal@2250 | 5 CATEGORY="network" |
pascal@2250 | 6 SHORT_DESC="File-based backend for calendar data for Web mail." |
pascal@2250 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@2250 | 8 SOURCE="calendar_file_backend" |
pascal@2250 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@2250 | 10 WEB_SITE="http://www.squirrelmail.org/" |
pascal@2250 | 11 DEPENDS="squirrelmail" |
pascal@2250 | 12 WGET_URL="${WEB_SITE}plugins/$TARBALL" |
pascal@2250 | 13 PROVIDE="squirrelmail-calendard-backend" |
pascal@2250 | 14 |
pascal@2250 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2250 | 16 genpkg_rules() |
pascal@2250 | 17 { |
pascal@2250 | 18 mkdir -p $fs/usr/share/squirrelmail/plugins |
pascal@2250 | 19 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins |
pascal@2250 | 20 } |
pascal@2250 | 21 |
pascal@2250 | 22 post_install() |
pascal@2250 | 23 { |
pascal@2250 | 24 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php |
pascal@2250 | 25 } |
pascal@2250 | 26 |
pascal@2260 | 27 pre_remove() |
pascal@2250 | 28 { |
pascal@2250 | 29 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php |
pascal@2250 | 30 } |