wok-backports diff claws-mail-attremover/receipt @ rev 55

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:46:33 2019 +0100 (2019-02-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-attremover/receipt	Wed Feb 27 17:46:33 2019 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-attremover"
     1.7 +VERSION="3.9.3"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="claws-mail plugin - Remove attachments from emails."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
    1.13 +WANTED="claws-mail"
    1.14 +
    1.15 +DEPENDS="claws-mail xorg-libXdamage"
    1.16 +
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.22 +	cp -a $install/usr/lib/claws-mail/plugins/att_remover.so $fs/usr/lib/claws-mail/plugins/
    1.23 +}