### this file is sourced not run
PKGVER=1.2.0
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libxdg-basedir-e44a9fe60.tar.bz2
MD5SUM=fa08dfcd17dfeb1ef7896b17e572efbb
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='libxdg-basedir: libxdg-basedir 1.2.0 (XDG Basedir library)  
libxdg-basedir:  
libxdg-basedir: An implementation of the XDG Base Directory specification. 
libxdg-basedir: This package provides static library only, for compilation 
libxdg-basedir: purposes.  
libxdg-basedir: 
libxdg-basedir: 
libxdg-basedir: 
libxdg-basedir: 
libxdg-basedir: 
libxdg-basedir:  
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/libxdg-basedir*
	sed -i -e 's|-Werror||' configure.ac &&
	autoreconf -fi &&
	CONFFLAGS="$CONFFLAGS --disable-shared --with-pic" &&
	pkg_build_autoconf && pkg_build_slackdesc 
}
