29 lines
849 B
Bash
29 lines
849 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/libhubbub-0.2.0.ebuild,v 1.3 2014/01/05 19:15:29 grobian Exp $
|
|
|
|
EAPI=5
|
|
|
|
inherit netsurf
|
|
|
|
DESCRIPTION="HTML5 compliant parsing library, written in C"
|
|
HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~m68k-mint"
|
|
IUSE="doc test"
|
|
|
|
#libjson.so.0.0.1 from app-emulation/emul-linux-x86-baselibs is outdated
|
|
REQUIRED_USE="amd64? ( abi_x86_32? ( !test ) )"
|
|
|
|
RDEPEND=">=dev-libs/libparserutils-0.1.2[static-libs?,${MULTILIB_USEDEP}]
|
|
!net-libs/hubbub"
|
|
DEPEND="${RDEPEND}
|
|
test? ( dev-lang/perl
|
|
dev-libs/json-c )"
|
|
|
|
PATCHES=( "${FILESDIR}"/${P}-error.patch )
|
|
DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} )
|
|
|
|
RESTRICT=test
|