opt/json-c/Pkgfile

18 lines
473 B
Plaintext

# Description: JSON implementation in C
# URL: https://github.com/json-c/json-c/wiki
# Maintainer: Juergen Daubert, jue at crux dot nu
name=json-c
version=0.12-20140410
release=1
source=(https://github.com/json-c/json-c/archive/$name-$version.tar.gz)
build() {
cd $name-$name-$version
sed -i '/^AM_CFLAGS/s/$/ -Wno-error=unused-but-set-variable/' Makefile.am.inc
autoreconf
./configure --prefix=/usr
make -j1
make DESTDIR=$PKG install
}