blob: 8183e00ce64675dd44ae6185141272032d9032ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/stlsoft/stlsoft-1.9.111.ebuild,v 1.1 2012/01/28 21:46:10 hwoarang Exp $
EAPI=4
DESCRIPTION="Robust, Lightweight, Cross-platform, Template Software"
HOMEPAGE="http://www.stlsoft.org/"
SRC_URI="mirror://sourceforge/stlsoft/${P}-hdrs.zip"
LICENSE="BSD"
SLOT="1.9"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
src_install() {
default
insinto /usr
doins -r include/
}
|