# gtkhtml, ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml

name=gtkhtml
version=3.16.2
release=1
source=(ftp://ftp.gnome.org/pub/gnome/desktop/2.20/2.20.2/sources/$name-$version.tar.bz2)

build() {
    cd $name-$version
    sed -i 's/USE_NLS=yes/USE_NLS=no/
        s/ENABLE_NLS 1/ENABLE_NLS 0/' configure
    ./configure \
	--prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info \
	--disable-accessibility
    make
    make DESTDIR=$PKG install
}
