summaryrefslogtreecommitdiffstats
path: root/extra/gtkhtml2_viewer/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gtkhtml2_viewer/Pkgfile')
-rw-r--r--extra/gtkhtml2_viewer/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/gtkhtml2_viewer/Pkgfile b/extra/gtkhtml2_viewer/Pkgfile
deleted file mode 100644
index a1e152651..000000000
--- a/extra/gtkhtml2_viewer/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: extra plugin de claws-mail pour l'affichage des mails en HTML
-# URL: http://www.claws-mail.org/plugin.php?plugin=gtkhtml2
-# Packager: skingrapher at legtux dot org
-# Depends on: claws-mail, gtkhtml, curl
-# Run on: claws-mail,gtkhtml,curl
-
-name=gtkhtml2_viewer
-version=0.26
-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
-}
-