blob: baa94326585bfd863092ab3bfa9d3dd258150ea0 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit cmake-utils
DESCRIPTION="C port of Mozilla's Automatic Charset Detection algorithm"
HOMEPAGE="https://github.com/BYVoid/uchardet"
SRC_URI="https://uchardet.googlecode.com/files/${P}.tar.gz"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="static-libs"
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
cmake-utils_src_install
use static-libs || find "${ED}" -name '*.a' -delete
}