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

# source: post BLFS 8.2 2018-07-25
TARBALL=json-c-$PKGVER.tar.gz
MD5SUM=04969ad59cc37bddd83741a08b98f350
SRC_URL=https://s3.amazonaws.com/json-c_releases/releases/$TARBALL
BUNDLE=

SLACKREQ='glib'
SLACKDESC="libjson-c: libjson-c $PKGVER (JSON library for C)
libjson-c: 
libjson-c: The JSON-C implements a reference counting object model that allows 
libjson-c: you to easily construct JSON objects in C, output them as JSON 
libjson-c: formatted strings and parse JSON formatted strings back into the C 
libjson-c: representation of JSON objects.
libjson-c: 
libjson-c: 
libjson-c: 
libjson-c: 
libjson-c: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
    pkg_build_autoconf &&
	pkg_build_slackdesc
}


