# gconf, ftp://ftp.gnome.org/pub/gnome/sources/GConf/

name=gconf
version=2.20.1
release=1
source=(ftp://ftp.gnome.org/pub/gnome/platform/2.20/2.20.2/sources/GConf-$version.tar.bz2)

build() {
    cd GConf-$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-gtk-doc \
	--disable-nls
    make
    make DESTDIR=$PKG install
    rm -rf $PKG/usr/share/gtk-doc
}
