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

# source: james
TARBALL=libconfig-$PKGVER.tar.gz
MD5SUM=d666f0ca093906d34d6e1e4890053e62
SRC_URL=https://github.com/hyperrealm/libconfig/archive/v${PKGVER}.tar.gz
BUNDLE=

SLACKREQ='' # 
SLACKDESC="libconfig: libconfig $PKGVER (Configuration file library)
libconfig: 
libconfig: Libconfig is a simple library for processing structured configuration 
libconfig: files, like this one: test.cfg. This file format is more compact and 
libconfig: more readable than XML. And unlike XML, it is type-aware, so it is 
libconfig: not necessary to do string parsing in application code.
libconfig: 
libconfig: http://www.hyperrealm.com/oss_libconfig.shtml
libconfig: 
libconfig: 
libconfig: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	cd /tmp/libconfig* &&
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

