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