summaryrefslogtreecommitdiff
blob: cc4393debb073b8bd771f56935c48ae9d33b6dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="A simple, portable and lightweight generic library for handling UTF-8 encoded strings."
HOMEPAGE="https://sourceforge.net/projects/utfcpp/"
SRC_URI="mirror://sourceforge/utfcpp/utf8_v${PV//./_}.zip"

LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="app-arch/unzip"
RDEPEND=""

S="${WORKDIR}/source"

src_install() {
	doheader utf8.h
	insinto /usr/include/utf8
	doins utf8/{checked,unchecked,core}.h
}