diff options
Diffstat (limited to 'dev-libs/utfcpp/utfcpp-2.3.4.ebuild')
-rw-r--r-- | dev-libs/utfcpp/utfcpp-2.3.4.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild new file mode 100644 index 000000000000..4235308b8f46 --- /dev/null +++ b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild @@ -0,0 +1,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="http://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 +} |