diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-21 20:59:51 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-21 20:59:51 +0100 |
commit | 6957a64a328fff28543ec62f43e83535ecc921be (patch) | |
tree | 887eadd6bcab3f3e804046f4c967daaae59bd095 /extra/notification_plugin/Pkgfile | |
parent | 4c9296ab0b36c6b603945c1953938bc9e5e913e2 (diff) | |
download | nutyx-pakxe-6957a64a328fff28543ec62f43e83535ecc921be.tar.gz nutyx-pakxe-6957a64a328fff28543ec62f43e83535ecc921be.tar.bz2 nutyx-pakxe-6957a64a328fff28543ec62f43e83535ecc921be.tar.xz nutyx-pakxe-6957a64a328fff28543ec62f43e83535ecc921be.zip |
notification_plugin dans ouvert
Diffstat (limited to 'extra/notification_plugin/Pkgfile')
-rw-r--r-- | extra/notification_plugin/Pkgfile | 18 |
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 -} - |