diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-15 00:31:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-15 00:31:43 +0000 |
commit | 9edbfea2b626aa497efadadd4e8f1c415e182109 (patch) | |
tree | a662fb2126adf4e896d0ccd4621ba1ea51d06021 /sys-boot/psoload/psoload-2.0.ebuild | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-9edbfea2b626aa497efadadd4e8f1c415e182109.tar.gz gentoo-2-9edbfea2b626aa497efadadd4e8f1c415e182109.tar.bz2 gentoo-2-9edbfea2b626aa497efadadd4e8f1c415e182109.zip |
initial ebuild
Diffstat (limited to 'sys-boot/psoload/psoload-2.0.ebuild')
-rw-r--r-- | sys-boot/psoload/psoload-2.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-boot/psoload/psoload-2.0.ebuild b/sys-boot/psoload/psoload-2.0.ebuild new file mode 100644 index 000000000000..d6f15c681c66 --- /dev/null +++ b/sys-boot/psoload/psoload-2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/psoload/psoload-2.0.ebuild,v 1.1 2004/11/15 00:31:43 vapier Exp $ + +DESCRIPTION="Load home brewed code onto the GameCube with Phantasy Star Online" +HOMEPAGE="http://www.gc-linux.org/" +SRC_URI="http://www.gcdev.com/download/PSOloadV${PV}_Linux.zip" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="-* x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S=${WORKDIR} + +src_install() { + into /opt + dobin psoload2 psoload2_static || die "dobin" + dodoc *.txt testdemo4.dol crt0.s +} |