blob: 582f04816a7c1301fc3a08ef4f70d26bbb3d4469 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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
}
|