diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2010-02-09 19:17:36 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2010-02-09 19:17:36 +0400 |
commit | 5683c62e3d299a5932eb6b2d5c108a420307322a (patch) | |
tree | 48a94d361288a8b711a0f4e8c7e778d9f464cafd /extra/notification_plugin/Pkgfile | |
parent | da9c2a528a36a15930742105dd9c6a50f540ddb1 (diff) | |
download | nutyx-pakxe-5683c62e3d299a5932eb6b2d5c108a420307322a.tar.gz nutyx-pakxe-5683c62e3d299a5932eb6b2d5c108a420307322a.tar.bz2 nutyx-pakxe-5683c62e3d299a5932eb6b2d5c108a420307322a.tar.xz nutyx-pakxe-5683c62e3d299a5932eb6b2d5c108a420307322a.zip |
ajout du plugin pour claws-mail notification_plugin#0.24-1
Diffstat (limited to 'extra/notification_plugin/Pkgfile')
-rw-r--r-- | extra/notification_plugin/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/notification_plugin/Pkgfile b/extra/notification_plugin/Pkgfile new file mode 100644 index 000000000..1822266b9 --- /dev/null +++ b/extra/notification_plugin/Pkgfile @@ -0,0 +1,15 @@ +# Description: extra plugin de claws-mail pour notifier l'utilisateur de nouveaux messages ou de messages non lus +# URL: http://www.claws-mail.org/plugin.php?plugin=notification +# Packager: skingrapher at legtux dot org +# Depends on: claws-mail +name=notification_plugin +version=0.24 +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 +} |