wok view squirrelmail-archive/receipt @ rev 1861

Add: tcl6.5*, tk8.5*.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Dec 16 00:20:30 2008 +0100 (2008-12-16)
parents e096df3fcdc7
children cb2efee225ba
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-archive"
4 VERSION="1.2-1.4.2"
5 CATEGORY="network"
6 SHORT_DESC="Mail archiver plugin for Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="archive_mail"
9 TARBALL="$SOURCE.$VERSION.tar.gz"
10 WEB_SITE="http://www.squirrelmail.org/"
11 DEPENDS="squirrelmail"
12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/squirrelmail/plugins
18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
19 }
21 post_install()
22 {
23 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
24 }