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

# source: james
TARBALL=confuse-$PKGVER.tar.xz
MD5SUM=a183cef2cecdd3783436ff8de500d274
SRC_URL=https://github.com/martinh/libconfuse/releases/download/v${PKGVER}/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="libconfuse: libconfuse $PKGVER (Config file parser library)
libconfuse: 
libconfuse: libConfuse is a configuration file parser library, licensed under the 
libconfuse: terms of the ISC license, and written in C. It supports sections and 
libconfuse: (lists of) values (strings, integers, floats, booleans or other 
libconfuse: sections), as well as some other features (such as 
libconfuse: single/double-quoted strings, environment variable expansion, 
libconfuse: functions and nested include statements).
libconfuse: This package contains static library only and is meant for developers.
libconfuse: 
libconfuse: https://github.com/martinh/libconfuse
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/confuse* &&
	CONFFLAGS="$CONFFLAGS --disable-shared --enable-static --disable-examples --with-pic" &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


