]> Pileus Git - ~andy/sunrise/blob - media-gfx/ptlens-profiles/ptlens-profiles-06.02.08.ebuild
app-editors/yzis: Fix qt deps, EAPI bump
[~andy/sunrise] / media-gfx / ptlens-profiles / ptlens-profiles-06.02.08.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 MY_P="PTLensDB"
6
7 DESCRIPTION="PTLens profiles for lens calibration to use with clens"
8 SRC_URI="mirror://sourceforge/hugin/${MY_P}_${PV//./-}.zip"
9 HOMEPAGE="http://hugin.sf.net/"
10
11 LICENSE="public-domain"
12 SLOT="0"
13 KEYWORDS="~x86"
14 IUSE=""
15
16 DEPEND="app-arch/unzip"
17 RDEPEND=""
18
19 src_install() {
20         dodir /usr/share/ptlens/profiles
21         insinto /usr/share/ptlens/profiles
22         doins "${WORKDIR}"/*
23 }