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

EAPI=5

inherit mercurial

DESCRIPTION="Bench Template Library"
HOMEPAGE="https://bitbucket.org/spiros/btl"
EHG_REPO_URI="https://bitbucket.org/spiros/btl"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

src_install() {
	insinto /usr/include/btl
	doins -r *
}