diff options
author | fanch <fanchyannmaria at orange dot fr> | 2010-02-11 08:37:51 +0100 |
---|---|---|
committer | fanch <fanchyannmaria at orange dot fr> | 2010-02-11 08:37:51 +0100 |
commit | aea876bbfefeda312fce05e91d0cdea58024af30 (patch) | |
tree | de46281dd110f8272ffc6cc920a26d7a9a548544 /extra/attachwarner/Pkgfile | |
parent | d12e936f1864b8643f6d435a63ac5148d0022b41 (diff) | |
parent | 03099ce965b66439b57b75076d73cc544fd950f1 (diff) | |
download | nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.gz nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.bz2 nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.xz nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.zip |
Merge remote branch 'nutyx-2009/master'
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 +} |