Files @ c4e8e1038bfb
Branch filter:

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

c4e8e1038bfb 629 B application/vnd.gentoo.ebuild Show Source Show as Raw Download as Raw
chain
sys-kernel/openvz-sources: add last rited versions from portage
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

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
}