# Depends on: xfce4-libutil dbus-glib perl-glib

description="Xfconf is the configuration storage system for Xfce."
url="http://wiki.xfce.org/releng/4.6/general-info"
packager="tyrry at nutyx dot org, tnut at nutyx dot org"
alias=(xfconf)
_name=xfconf
name=xfce4-conf
version=4.12.1
release=1

source=(http://archive.xfce.org/src/xfce/${_name}/${version%.*}/${_name}-$version.tar.bz2)

build() {
cd ${_name}-$version
./configure \
	--prefix=/usr \
    --sysconfdir=/etc \
    --libexecdir=/usr/lib/xfce4 \
    --localstatedir=/var \
    --disable-static \
    --enable-gtk-doc \
    --disable-debug
	make
	make DESTDIR=$PKG install
find $PKG  -name perllocal.pod -exec rm {} \;
}
