# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Portage FIle List collects informations about installed packages. Query on http://www.rooties.de/damage/pfl/qry/" HOMEPAGE="http://damage.rooties.de/pfl" SRC_URI="http://www.rooties.de/damage/pfl/src/${P}.tar.bz2" S="${WORKDIR}/pfl" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="" DEPEND="" RDEPEND="dev-lang/python" src_unpack() { unpack "${A}" cd "${S}" } src_install() { insinto "/usr/pfl" doins pfl.py exeinto "/usr/pfl" doexe pfl doexe debug }