dev-libs/libchardet - 1.0.6 (stuff)

Search

Package Information

Description:
Mozilla's Universal Charset Detector C/C++ API
Homepage:
https://github.com/Joungkyun/libchardet
License:
MPL-1.1 LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.0.6 7 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Mozilla's Universal Charset Detector C/C++ API"
HOMEPAGE="https://github.com/Joungkyun/libchardet"
SRC_URI="https://github.com/Joungkyun/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MPL-1.1 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
}

Dependencies

RDEPEND

${DEPEND}

Manifest for 1.0.6

Type File Size Source URLs
DIST libchardet-1.0.6.tar.gz 532270 bytes https://github.com/Joungkyun/libchardet/archive/1.0.6.tar.gz