#Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # 2007/12/26 13:44:47 accessor Exp $ inherit eutils 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://kent.dl.sourceforge.net/sourceforge/k7z/Q7Z-${PV}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-lang/python-2.4 >=x11-libs/qt-4.3 >=dev-python/PyQt4-4.3 app-arch/p7zip app-arch/tar" S=${WORKDIR}/Q7Z/Build src_install() { emake DESTDIR="${D}" install || die "Install failed" }