Files @ dc53e5004f02
Branch filter:

Location: portage-overlay.git/media-video/qpspmanager/qpspmanager-2.0.2.ebuild

dc53e5004f02 629 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
update net-misc/pyload to 0.4.9
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

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-gui:4 x11-libs/qt-core:4"

src_unpack(){
	unpack ${A}
	cd "${S}"
}

src_compile() {
	addwrite "$QTDIR/etc/settings"
	"${QTDIR}"/bin/qmake -o Makefile qpspmanager.pro
	emake || die "emake failed"
}

src_install() {
	dobin "${S}"/bin/qpspmanager
	dodoc README Changelog COPYING
}