diff options
Diffstat (limited to 'net-p2p/myster/myster-8.0-r1.ebuild')
-rw-r--r-- | net-p2p/myster/myster-8.0-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-p2p/myster/myster-8.0-r1.ebuild b/net-p2p/myster/myster-8.0-r1.ebuild new file mode 100644 index 000000000000..559b4550b714 --- /dev/null +++ b/net-p2p/myster/myster-8.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit java-pkg-2 + +MY_PV=${PV/.0/} +DESCRIPTION="Myster is a decentralized file sharing network" +HOMEPAGE="http://www.mysternetworks.com/" +SRC_URI="mirror://sourceforge/myster/Myster_PR${MY_PV}_Generic.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND=">=virtual/jre-1.4" + +S="${WORKDIR}" + +src_install () { + insinto /opt/myster + doins -r */* + java-pkg_regjar "${D}"/opt/myster/*.jar + java-pkg_dolauncher ${PN} +} |