diff options
author | David Holm <dholm@gentoo.org> | 2004-05-01 21:04:40 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-05-01 21:04:40 +0000 |
commit | 06222df925542da3043f52e1f70f7ecedd7492b9 (patch) | |
tree | 565d2ee4cb44ec6c2509a217ed71249c23223a18 /games-emulation/qtvba/qtvba-0.2.ebuild | |
parent | Stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-06222df925542da3043f52e1f70f7ecedd7492b9.tar.gz gentoo-2-06222df925542da3043f52e1f70f7ecedd7492b9.tar.bz2 gentoo-2-06222df925542da3043f52e1f70f7ecedd7492b9.zip |
Initial import
Diffstat (limited to 'games-emulation/qtvba/qtvba-0.2.ebuild')
-rw-r--r-- | games-emulation/qtvba/qtvba-0.2.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/games-emulation/qtvba/qtvba-0.2.ebuild b/games-emulation/qtvba/qtvba-0.2.ebuild new file mode 100644 index 000000000000..343c98881b92 --- /dev/null +++ b/games-emulation/qtvba/qtvba-0.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild,v 1.1 2004/05/01 21:04:40 dholm Exp $ + +inherit eutils +inherit kde-functions +need-qt 3 + +DESCRIPTION="VisualBoyAdvance Frontend" +SRC_URI="http://www.apex.net.au/~twalker/qtvba/${P}.tar.gz" +HOMEPAGE="http://www.apex.net.au/~twalker/qtvba/" +LICENSE="GPL-2" +DEPEND="x11-libs/qt" +RDEPEND=">=games-emulation/visualboyadvance-1.5.1" +IUSE="" +SLOT="0" +KEYWORDS="~ppc" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-Makefilefix.patch +} + +src_compile() { + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc README +} |