# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" DESCRIPTION="PBP File manager for Linux (PSP)" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://qpspmanager.sourceforge.net/" IUSE="" DEPEND=">=x11-libs/qt-4.1.4" inherit qt4 src_unpack(){ unpack ${A} cd "${S}" } src_compile() { qmake -o Makefile qpspmanager.pro emake || die "emake failed" } src_install() { dobin "${S}"/bin/QPSPManager }