summaryrefslogtreecommitdiffstats
path: root/extra/notification_plugin/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-21 20:59:51 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-21 20:59:51 +0100
commit6957a64a328fff28543ec62f43e83535ecc921be (patch)
tree887eadd6bcab3f3e804046f4c967daaae59bd095 /extra/notification_plugin/Pkgfile
parent4c9296ab0b36c6b603945c1953938bc9e5e913e2 (diff)
downloadnutyx-extra-6957a64a328fff28543ec62f43e83535ecc921be.tar.gz
nutyx-extra-6957a64a328fff28543ec62f43e83535ecc921be.tar.bz2
nutyx-extra-6957a64a328fff28543ec62f43e83535ecc921be.tar.xz
nutyx-extra-6957a64a328fff28543ec62f43e83535ecc921be.zip
notification_plugin dans ouvert
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
-}
-