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