# Contributor: Tomas Groth pkgname=sylpheed-claws-gtkhtml2-plugin pkgver=0.8 pkgrel=2 pkgdesc="This plugin provides support for viewing HTML formated mails with gtkhtml2" url="http://claws.sylpheed.org/plugins.php" depends=('sylpheed-claws' 'libgtkhtml' 'curl') source=(http://claws.sylpheed.org/downloads/plugins/gtkhtml2_viewer-$pkgver.tar.gz) md5sums=('2b5b4fd18cd1bcd853ac077ef53bdc6c') build() { cd $startdir/src/gtkhtml2_viewer-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install rm $startdir/pkg/usr/lib/sylpheed-claws/plugins/gtkhtml2_viewer.{la,a} }