# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ DESCRIPTION="Tool for making camera profiles, and performing tasks related to camera profiles and profiling." HOMEPAGE="https://www.ludd.ltu.se/~torger/dcamprof.html" SRC_URI="https://www.ludd.ltu.se/~torger/files/${PN}-${PV}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" src_install() { exeinto /usr/bin doexe dcamprof dodir /usr/share/${PN} dodir /usr/share/${PN}/data-examples insinto /usr/share/${PN}/data-examples doins data-examples/* }