summaryrefslogtreecommitdiffstats
path: root/extra/notification_plugin/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-09 22:50:02 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-09 22:50:02 +0100
commitcd4054e27007326b8d854656569a989b33d1f2c6 (patch)
tree77666343cebdd116ae37eacab45cd786586fc5c0 /extra/notification_plugin/Pkgfile
parent17472c248cc225f3abe3b8aac1a740ef806c6eb9 (diff)
parent5683c62e3d299a5932eb6b2d5c108a420307322a (diff)
downloadnutyx-pakxe-cd4054e27007326b8d854656569a989b33d1f2c6.tar.gz
nutyx-pakxe-cd4054e27007326b8d854656569a989b33d1f2c6.tar.bz2
nutyx-pakxe-cd4054e27007326b8d854656569a989b33d1f2c6.tar.xz
nutyx-pakxe-cd4054e27007326b8d854656569a989b33d1f2c6.zip
Merge commit 'skingrapher/master'
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
+}