### this file is sourced not run
PKGVER=4.12.1 # most recent for 4.12 series
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=xfconf-$PKGVER.tar.bz2
MD5SUM=20dc8d2bfd80ba136bf4964021b32757
SRC_URL=http://archive.xfce.org/src/xfce/xfconf/4.12/$TARBALL
BUNDLE=

SLACKREQ='libxfce4util' 
SLACKDESC="libxfconf: libxfconf $PKGVER (XFCE Common Configuration Library)
libxfconf: 
libxfconf: libxfconf is a configuration access library which is shared by all 
libxfconf: XFCE components.
libxfconf: 
libxfconf: http://xfce.org
libxfconf: 
libxfconf: 
libxfconf: 
libxfconf: 
libxfconf:  
"
SLACKSUG=''

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

