summaryrefslogtreecommitdiffstats
path: root/extra/attachwarner/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-21 21:42:13 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-21 21:42:13 +0100
commit9d2adc3b0e20075d37a59202f276d6604debe393 (patch)
treea3605845cd951291c2fd719eb535e5cb5259341a /extra/attachwarner/Pkgfile
parent0a5ff476103d0708f56b7eb1a75ba113f2355ac0 (diff)
downloadnutyx-extra-9d2adc3b0e20075d37a59202f276d6604debe393.tar.gz
nutyx-extra-9d2adc3b0e20075d37a59202f276d6604debe393.tar.bz2
nutyx-extra-9d2adc3b0e20075d37a59202f276d6604debe393.tar.xz
nutyx-extra-9d2adc3b0e20075d37a59202f276d6604debe393.zip
attachwarner dans ouvert
Diffstat (limited to 'extra/attachwarner/Pkgfile')
-rw-r--r--extra/attachwarner/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/attachwarner/Pkgfile b/extra/attachwarner/Pkgfile
deleted file mode 100644
index 929bbd7cc..000000000
--- a/extra/attachwarner/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: extra plugin de claws-mail qui prévient l'utilisateur s'il oublie de joindre un fichier qu'il aura mentionné dans le corps du message qu'il aura composé
-# URL: http://www.claws-mail.org/plugin.php?plugin=attachwarner
-# Packager: skingrapher at legtux dot org
-# Depends on: claws-mail
-# Run on: claws-mail
-
-name=attachwarner
-version=0.2.18
-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
-}
-