small changes in eapi, typos
[mimi_vx_overlay.git] / dev-libs / yajl / yajl-1.0.9.ebuild
blob90fb1d3b5360e61de80b46aa778f351c58409c7c
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI="2"
7 inherit cmake-utils
9 DESCRIPTION="Small event-driven (SAX-style) JSON parser"
10 HOMEPAGE="http://lloyd.github.com/yajl/"
11 SRC_URI="http://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"
13 LICENSE="BSD"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
17 IUSE=""
19 src_prepare() {
20 cd "${WORKDIR}"/lloyd-yajl-*
21 S=$(pwd)