# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A command-line version of PTLens" SRC_URI="mirror://sourceforge/panotools/${P}.tar.gz" HOMEPAGE="http://panotools.sf.net" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_install() { make DESTDIR=${D} install }