blob: 3a8229cc7a30d5c31e360f1fb3a6eb816d9c5b7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
DESCRIPTION="Mozilla's Universal Charset Detector C/C++ API"
HOMEPAGE="http://ftp.oops.org/pub/oops/libchardet"
SRC_URI="http://ftp.oops.org/pub/oops/${PN}/${P}.tar.bz2"
LICENSE="MPL"
SLOT="0"
KEYWORDS="amd64"
DEPEND="app-shells/bash"
RDEPEND="${DEPEND}"
|