wok-current view squirrelmail-spamassassin/receipt @ rev 20284
Up spl (0.7.7)
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Mon Apr 02 10:14:55 2018 +0200 (2018-04-02) | 
| parents | d51b2411e55e | 
| children | 46dcc80bef41 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="squirrelmail-spamassassin"
     4 VERSION="1.0-1.2.7"
     5 CATEGORY="network"
     6 SHORT_DESC="Vacation and forwarding plugin for Web mail."
     7 MAINTAINER="pascal.bellard@slitaz.org"
     8 LICENSE="GPL2"
     9 SOURCE="saconf"
    10 TARBALL="$SOURCE.$VERSION.tar.gz"
    11 WEB_SITE="http://www.squirrelmail.org/"
    12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
    13 SUGGESTED="spamassassin"
    14 HOST_ARCH="any"
    16 DEPENDS="squirrelmail"
    18 # Rules to configure and make the package.
    19 compile_rules()
    20 {
    21 	mkdir -p $DESTDIR
    22 	cp -a $src $DESTDIR/$SOURCE
    23 }
    25 # Rules to gen a SliTaz package suitable for Tazpkg.
    26 genpkg_rules()
    27 {
    28 	mkdir -p $fs/usr/share/squirrelmail/plugins
    29 	cp -a  $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    30 }
    32 post_install()
    33 {
    34 	echo "\$plugins[] = '$SOURCE';" >> "$1/etc/squirrelmail/config_local.php"
    35 }
    37 pre_remove()
    38 {
    39 	sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
    40 }