wok view squirrelmail-vkeyboard/receipt @ rev 2073

Add: xfce1-appfinder, xfce4-panel*, xfce4-icon-theme,xfce4-session*
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 23 23:05:23 2009 +0100 (2009-01-23)
parents b649ec903494
children cb2efee225ba
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-vkeyboard"
4 VERSION="0.9.1"
5 CATEGORY="network"
6 SHORT_DESC="Virtual keyboard plugin for Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="vkeyboard"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.squirrelmail.org/"
11 DEPENDS="squirrelmail"
12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
13 CONFIG_FILES="/etc/squirrelmail/config-vkeyboard.php"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
19 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
20 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \
21 $fs/etc/squirrelmail/config-vkeyboard.php
22 ln -s /etc/squirrelmail/config-vkeyboard.php \
23 $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php
24 }
26 post_install()
27 {
28 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
29 }