summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/ptlens-profiles/ptlens-profiles-06.02.08.ebuild')
-rw-r--r--media-gfx/ptlens-profiles/ptlens-profiles-06.02.08.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-gfx/ptlens-profiles/ptlens-profiles-06.02.08.ebuild b/media-gfx/ptlens-profiles/ptlens-profiles-06.02.08.ebuild
new file mode 100644
index 000000000..95ab4f9f3
--- /dev/null
+++ b/media-gfx/ptlens-profiles/ptlens-profiles-06.02.08.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_P="PTLensDB"
+DESCRIPTION="PTLens profiles for lens calibration to use with clens"
+SRC_URI="mirror://sourceforge/hugin/${MY_P}_${PV//./-}.zip"
+HOMEPAGE="http://hugin.sf.net/"
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ dodir /usr/share/ptlens/profiles
+ insinto /usr/share/ptlens/profiles
+ doins ${WORKDIR}/*
+}