# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects." HOMEPAGE="http://oss.metaparadigm.com/json-c/" SRC_URI="http://oss.metaparadigm.com/json-c/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" inherit eutils src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc README test1.c test2.c }