summaryrefslogtreecommitdiffstats
path: root/extra/gtkhtml2_viewer/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-02-09 19:15:04 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-02-09 19:15:04 +0400
commitda9c2a528a36a15930742105dd9c6a50f540ddb1 (patch)
tree25c6840a76d6bf89bb835f2119424dbae5cd4315 /extra/gtkhtml2_viewer/Pkgfile
parent0a511a7ee522c06bf016cf7b16ec1668a18c97de (diff)
downloadnutyx-pakxe-da9c2a528a36a15930742105dd9c6a50f540ddb1.tar.gz
nutyx-pakxe-da9c2a528a36a15930742105dd9c6a50f540ddb1.tar.bz2
nutyx-pakxe-da9c2a528a36a15930742105dd9c6a50f540ddb1.tar.xz
nutyx-pakxe-da9c2a528a36a15930742105dd9c6a50f540ddb1.zip
ajout du plugin pour claws-mail gtkhtml2_viewer#0.26-1
Diffstat (limited to 'extra/gtkhtml2_viewer/Pkgfile')
-rw-r--r--extra/gtkhtml2_viewer/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/gtkhtml2_viewer/Pkgfile b/extra/gtkhtml2_viewer/Pkgfile
new file mode 100644
index 000000000..9c423ec40
--- /dev/null
+++ b/extra/gtkhtml2_viewer/Pkgfile
@@ -0,0 +1,15 @@
+# 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
+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
+}