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

# source: james
TARBALL=libxdg-basedir-20170418.tar.bz2
MD5SUM=f201f686257be6eefb947504efbb0e29
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libxdg-basedir: libxdg-basedir $PKGVER (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 
}
