#!/bin/env beesh

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/GConf/${PKGVERSION[2]}/GConf-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""

PGRP=( uncategorized )

# EXCLUDE=""

#SYSCONFDIR=/etc/gnome
#LIBEXECDIR=/usr/lib/GConf

B=${S}

mee_patch() {
    bee_patch
    
 #   sed -e 's,/etc/gconf/,@sysgconfdir@/,' \
 #       -i gconf/default.path.in
    
 #   sed -e "s,/etc/gconf/gconf.xml.system,${SYSCONFDIR}/gconf/gconf.xml.system,g" \
 #       -i gconf/gconfd.c
}

mee_configure() {
    bee_configure \
        --with-gtk=3.0
}

mee_build() {
    bee_build
}

mee_install() {
    bee_install
    
    install -v -m755 -d ${D}${SYSCONFDIR}/gconf/gconf.xml.system
    
}