# Description: Lightweight HTML rendering engine
# URL: http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml
# Maintainer: Antonio SJ Musumeci, bile at landofbile dot com
# Depends on: gtk expat
name=libgtkhtml
version=2.11.1
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.11/$name-$version.tar.bz2)
build()
{
cd $name-$version
./configure \
--prefix=/usr \
--disable-accessibility
make
make DESTDIR=$PKG install
}