1 # Contributor: Philanecros Heliostein <philanecros@gmail.com>
6 pkgdesc="libjson is a small C library and small codebase that packs an efficient parser and a configurable printer"
10 url="http://projects.snarc.org/libjson/"
29 source=('http://projects.snarc.org/libjson/download/libjson-0.8.tar.gz')
31 md5sums=('f8eddc87510d399a2532a9b0d74c2455')
34 cd "${srcdir}/${pkgname}-${pkgver}"
36 make CFLAGS:='-Wall -Os -fPIC'
40 cd "${srcdir}/${pkgname}-${pkgver}"
42 make DESTDIR="${pkgdir}" install