summaryrefslogtreecommitdiffstats
path: root/extra/notification_plugin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/notification_plugin/Pkgfile')
-rw-r--r--extra/notification_plugin/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/notification_plugin/Pkgfile b/extra/notification_plugin/Pkgfile
deleted file mode 100644
index 77d15fb11..000000000
--- a/extra/notification_plugin/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-# Run 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
-}
-