# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="pqiv is a rewrite of qiv, a very tiny image viewer" HOMEPAGE="http://www.pberndt.com/Programme/Linux/pqiv/" SRC_URI="http://www.pberndt.com/raw/Programme/Linux/pqiv/_download/pqiv-0.1.tbz" LICENSE="gpl-2" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="dev-python/pygtk !media-gfx/qiv" DEPEND="" src_install() { cd "$S" exeinto /usr/bin/ newexe pqiv.py qiv doman qiv.1 }