# $Header: $ # see b.g.o bug 76484 # hugin project page has an older version of PTLens calibration info (the # new one is a .dat file, unreadable by clens). # install in /usr/share/ptlens/profiles DESCRIPTION="PTLens profiles for lens calibration to use with clens" SRC_URI="mirror://sourceforge/hugin/PTLensDB_06-02-08.zip" HOMEPAGE="http://hugin.sf.net/" LICENSE="unknown" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_install() { dodir /usr/share/ptlens/profiles insinto /usr/share/ptlens/profiles doins ${WORKDIR}/* }