summaryrefslogtreecommitdiffstats
path: root/gtkhtml2_viewer/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gtkhtml2_viewer/Pkgfile')
-rw-r--r--gtkhtml2_viewer/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gtkhtml2_viewer/Pkgfile b/gtkhtml2_viewer/Pkgfile
new file mode 100644
index 000000000..ae6e560b1
--- /dev/null
+++ b/gtkhtml2_viewer/Pkgfile
@@ -0,0 +1,17 @@
+# Description: plugin pour claws-mail pour l'affichage des mails en HTML
+# URL: http://www.claws-mail.org/plug...plugin=gtkhtml2
+# Packager: tyrry at gmail dot com
+# Depends on: claws-mail, libgtkhtml, curl
+# Run on: claws-mail,libgtkhtml,curl
+
+name=gtkhtml2_viewer
+version=0.32
+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
+}