#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=gtkhtml pkgver=3.26.3 pkgrel=1gv arch=x86_64 source=("http://ftp.acc.umu.se/pub/GNOME/sources/gtkhtml/3.26/gtkhtml-3.26.3.tar.bz2") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "bugs") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtkhtml - a lightweight HTML rendering/editing library" "GtkHTML is a HTML rendering/editing library. It is not designed to be" "the ultimate HTML browser/editor; instead, it is designed to be easily" "embedded into applications that require lightweight HTML functionality" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }