# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON="2.4" inherit python qt4 DESCRIPTION="Q7Z is a P7Zip GUI for Linux, which attempts to simplify data compression and backup." HOMEPAGE="http://k7z.sourceforge.net/7Z/Q7Z/" SRC_URI="http://downloads.sourceforge.net/k7z/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="" DEPEND="$(qt4_min_version 4.3) >=dev-python/PyQt4-4.3" RDEPEND="${DEPEND} app-arch/p7zip app-arch/tar" S="${WORKDIR}/${PN}/Build" src_install() { emake install DESTDIR="${D}" || die "emake install failed." # This is not a typo, that file really is named LICENCE.txt. rm ${S/Build}/Doc/{COPYING.txt,LICENCE.txt} dodoc ${S/Build}/Doc/* }