description="A simple client-server configuration storage and query system"
url="http://www.xfce.org/"

packager="spiky <spiky@nutyx.org>"
contributors="Tyrry,Greg,Tnut"

makedepends=(libxfce4util dbus-glib perl-glib gtk-doc gobject-introspection)

name=xfconf
version=4.18.0

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

build() {

cd ${name}-$version

./configure \
 --prefix=/usr \
    --enable-gtk-doc \
    --disable-debug
    
make
make DESTDIR=$PKG install

# Obsolet libs
rm $PKG/usr/lib/lib${name}-0.la
}
