# Description: JSON implementation in C
# URL:         http://oss.metaparadigm.com/json-c/
# Maintainer:  Juergen Daubert, jue at crux dot nu

name=json-c
version=0.9
release=1
source=(http://oss.metaparadigm.com/$name/$name-$version.tar.gz)

build() {
    cd $name-$version
    ./configure --prefix=/usr 
    make
    make DESTDIR=$PKG install
}
