Files
gentoo/dev-libs/MicroJSON/MicroJSON-0.3.2.ebuild
Robin H. Johnson 61b861acd7 Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00

19 lines
455 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit cmake-utils
DESCRIPTION="Small and simple to use JSON generation and parsing library"
HOMEPAGE="http://grigory.info/${PN}.About.html"
SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
RDEPEND=">=dev-libs/UTF8Strings-1.12.0"
DEPEND="${RDEPEND}"