aboutsummaryrefslogtreecommitdiff
blob: 3945a9d4b093deb5dc45990fdf6f990387691df6 (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
# $Header: $

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 *
}