wok annotate 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
rev   line source
pascal@1221 1 # SliTaz package receipt.
pascal@1221 2
pascal@1221 3 PACKAGE="squirrelmail-archive"
pascal@1221 4 VERSION="1.2-1.4.2"
pascal@1221 5 CATEGORY="network"
pascal@1221 6 SHORT_DESC="Mail archiver plugin for Web mail."
pascal@1221 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1221 8 SOURCE="archive_mail"
pascal@1221 9 TARBALL="$SOURCE.$VERSION.tar.gz"
pascal@1221 10 WEB_SITE="http://www.squirrelmail.org/"
pascal@1221 11 DEPENDS="squirrelmail"
pascal@1221 12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
pascal@1221 13
pascal@1221 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1221 15 genpkg_rules()
pascal@1221 16 {
pascal@1221 17 mkdir -p $fs/usr/share/squirrelmail/plugins
pascal@1221 18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
pascal@1221 19 }
pascal@1221 20
pascal@1221 21 post_install()
pascal@1221 22 {
pascal@1222 23 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
pascal@1221 24 }