wok-next view squirrelmail-shared_calendars/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents c4e53a39395a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-shared_calendars"
4 VERSION="2.0.1-1.4.0"
5 CATEGORY="network"
6 SHORT_DESC="Fully iCal-compliant calendaring functionality for Web mail"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.squirrelmail.org/"
11 SOURCE="shared_calendars"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}plugins/$TARBALL"
15 compile_rules() {
16 mkdir -p $install
17 cp -a $src $install/calendar
18 }
20 genpkg_rules() {
21 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
22 cp -a $install/calendar $fs/usr/share/squirrelmail/plugins
23 mv $fs/usr/share/squirrelmail/plugins/calendar/data/config.php.sample \
24 $fs/etc/squirrelmail/config-$SOURCE.php
25 ln -s /etc/squirrelmail/config-$SOURCE.php \
26 $fs/usr/share/squirrelmail/plugins/calendar/data/config.php
27 DEPENDS="squirrelmail squirrelmail-compatibility-plugin \
28 squirrelmail-calendard-backend"
29 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
30 }
32 post_install() {
33 echo "\$plugins[] = '$SOURCE';" >> "$1/etc/squirrelmail/config_local.php"
34 }
36 pre_remove() {
37 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
38 }