# 
# A simple .ini file parser written in C.
# 
# inih (INI Not Invented Here) is a simple .INI file parser written in C.
# It's only a couple of pages of code, and it was designed to be small and
# simple, so it's good for embedded systems.  It's also more or less
# compatible with Python's ConfigParser style of .INI files, including
# RFC 822-style multi-line syntax and name: value entries.
# 

QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QILDFLAGS="-s"
QICPPFLAGS="-D_FORTIFY_SOURCE=2"
pkgname=inih
pkgversion=r56
arch=amd64
release=1
pkgcategory="libs"
full_pkgname=inih_r56_amd64-1@libs
blurb="A simple .ini file parser written in C."
homepage="https://github.com/benhoyt/inih/"
license="New BSD License"
fetch="https://github.com/benhoyt/inih/archive/r56/inih-r56.tar.gz"
replace=""