summaryrefslogtreecommitdiffstats
path: root/extra/notification_plugin/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-02-09 19:17:36 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-02-09 19:17:36 +0400
commit5683c62e3d299a5932eb6b2d5c108a420307322a (patch)
tree48a94d361288a8b711a0f4e8c7e778d9f464cafd /extra/notification_plugin/Pkgfile
parentda9c2a528a36a15930742105dd9c6a50f540ddb1 (diff)
downloadnutyx-extra-5683c62e3d299a5932eb6b2d5c108a420307322a.tar.gz
nutyx-extra-5683c62e3d299a5932eb6b2d5c108a420307322a.tar.bz2
nutyx-extra-5683c62e3d299a5932eb6b2d5c108a420307322a.tar.xz
nutyx-extra-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/Pkgfile15
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
+}