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 | |
parent | d12e936f1864b8643f6d435a63ac5148d0022b41 (diff) | |
parent | 03099ce965b66439b57b75076d73cc544fd950f1 (diff) | |
download | nutyx-extra-aea876bbfefeda312fce05e91d0cdea58024af30.tar.gz nutyx-extra-aea876bbfefeda312fce05e91d0cdea58024af30.tar.bz2 nutyx-extra-aea876bbfefeda312fce05e91d0cdea58024af30.tar.xz nutyx-extra-aea876bbfefeda312fce05e91d0cdea58024af30.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/attachwarner')
-rw-r--r-- | extra/attachwarner/.footprint | 12 | ||||
-rw-r--r-- | extra/attachwarner/.md5sum | 1 | ||||
-rw-r--r-- | extra/attachwarner/Pkgfile | 15 |
3 files changed, 28 insertions, 0 deletions
diff --git a/extra/attachwarner/.footprint b/extra/attachwarner/.footprint new file mode 100644 index 000000000..2d27f5434 --- /dev/null +++ b/extra/attachwarner/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/claws-mail/ +drwxr-xr-x root/root usr/lib/claws-mail/plugins/ +-rw-r--r-- root/root usr/lib/claws-mail/plugins/attachwarner.a +-rwxr-xr-x root/root usr/lib/claws-mail/plugins/attachwarner.la +-rwxr-xr-x root/root usr/lib/claws-mail/plugins/attachwarner.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/attachwarner.mo diff --git a/extra/attachwarner/.md5sum b/extra/attachwarner/.md5sum new file mode 100644 index 000000000..acace1e47 --- /dev/null +++ b/extra/attachwarner/.md5sum @@ -0,0 +1 @@ +0e54e5ab1f298c2494e6b06e35ffe165 attachwarner-0.2.18.tar.gz 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 +} |