diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2010-02-10 18:46:17 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2010-02-10 18:46:17 +0400 |
commit | 0e45b7177631ace701600cef7db69191a6d56680 (patch) | |
tree | 08a94f6735c7568408b0a6b9eb41a60f42598832 /extra/attachwarner/Pkgfile | |
parent | 0c143df591adc3e94392e416d1809b084a8ad121 (diff) | |
download | nutyx-pakxe-0e45b7177631ace701600cef7db69191a6d56680.tar.gz nutyx-pakxe-0e45b7177631ace701600cef7db69191a6d56680.tar.bz2 nutyx-pakxe-0e45b7177631ace701600cef7db69191a6d56680.tar.xz nutyx-pakxe-0e45b7177631ace701600cef7db69191a6d56680.zip |
ajout du plugin pour claws-mail attachwarner#0.2.18-1
Diffstat (limited to 'extra/attachwarner/Pkgfile')
-rw-r--r-- | extra/attachwarner/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/attachwarner/Pkgfile b/extra/attachwarner/Pkgfile new file mode 100644 index 000000000..0dfa19674 --- /dev/null +++ b/extra/attachwarner/Pkgfile @@ -0,0 +1,15 @@ +# Description: extra plugin de claws-mail qui prévient l'utilisateur s'il oublie de joindre un fichier qu'il aura mentionné dans le corps du message qu'il aura composé +# URL: http://www.claws-mail.org/plugin.php?plugin=attachwarner +# Packager: skingrapher at legtux dot org +# Depends on: claws-mail +name=attachwarner +version=0.2.18 +release=1 +source=(http://www.claws-mail.org/downloads/plugins/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |