aboutsummaryrefslogtreecommitdiff
blob: 4db9621f46f8a4480726cd1b2d589870133010f1 (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-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="C++ computer vision research libraries"
HOMEPAGE="https://vxl.github.io/"
SRC_URI="https://github.com/vxl/vxl/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="sci-libs/libgeotiff"
RDEPEND="${DEPEND}"

src_install() {
	cmake_src_install
	# install lib files to correct dir
	mv "${ED}/usr/lib" "${ED}/usr/$(get_libdir)"
}