dev-libs/libchardet - 1.0.6 (guru)

Search

Install

Install this version:

emerge -a =dev-libs/libchardet-1.0.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/libchardet-1.0.6

Or alternatively:

emerge --autounmask-write -a =dev-libs/libchardet-1.0.6

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
1.0.6 8 ~amd64 0/0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Mozilla's Universal Charset Detector C/C++ API"
HOMEPAGE="https://github.com/Joungkyun/libchardet"
SRC_URI="https://github.com/Joungkyun/libchardet/releases/download/${PV}/${P}.tar.bz2"

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

PATCHES=(
	"${FILESDIR}/libchardet-1.0.6-pkgconfig.patch"
)

src_install() {
	default
	find "${ED}" -name "*.la" -delete || die
}

Manifest for 1.0.6

Type File Size Source URLs
DIST libchardet-1.0.6.tar.bz2 435028 bytes https://github.com/Joungkyun/libchardet/releases/download/1.0.6/libchardet-1.0.6.tar.bz2