dev-libs/crypto++: arm64 ppc ppc64 stable (bug 611504).
[gentoo.git] / dev-libs / stlsoft / stlsoft-1.9.111.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=4
5
6 DESCRIPTION="Robust, Lightweight, Cross-platform, Template Software"
7 HOMEPAGE="http://www.stlsoft.org/"
8 SRC_URI="mirror://sourceforge/stlsoft/${P}-hdrs.zip"
9
10 LICENSE="BSD"
11 SLOT="1.9"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 DEPEND="app-arch/unzip"
16 RDEPEND=""
17
18 src_install() {
19         default
20         insinto /usr
21         doins -r include/
22 }