summaryrefslogtreecommitdiffstats
path: root/extra/att_remover/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-02-10 18:47:27 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-02-10 18:47:27 +0400
commit98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3 (patch)
tree7296c286833de6de831982aa323a8725d307480c /extra/att_remover/Pkgfile
parent0e45b7177631ace701600cef7db69191a6d56680 (diff)
downloadnutyx-pakxe-98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3.tar.gz
nutyx-pakxe-98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3.tar.bz2
nutyx-pakxe-98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3.tar.xz
nutyx-pakxe-98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3.zip
ajout du plugin pour claws-mail att_remover#1.0.11-&
Diffstat (limited to 'extra/att_remover/Pkgfile')
-rw-r--r--extra/att_remover/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/att_remover/Pkgfile b/extra/att_remover/Pkgfile
new file mode 100644
index 000000000..7db3a2e94
--- /dev/null
+++ b/extra/att_remover/Pkgfile
@@ -0,0 +1,15 @@
+# Description: extra plugin de claws-mail pour retirer les pièces jointes d'un message
+# URL: http://www.claws-mail.org/plugin.php?section=downloads
+# Packager: skingrapher at legtux dot org
+# Depends on: claws-mail
+name=att_remover
+version=1.0.11
+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
+}