diff options
Diffstat (limited to 'net-p2p/phex/phex-2.8.2.92.ebuild')
-rw-r--r-- | net-p2p/phex/phex-2.8.2.92.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-p2p/phex/phex-2.8.2.92.ebuild b/net-p2p/phex/phex-2.8.2.92.ebuild new file mode 100644 index 000000000000..9d959fbeb42d --- /dev/null +++ b/net-p2p/phex/phex-2.8.2.92.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/phex-2.8.2.92.ebuild,v 1.1 2006/01/17 21:14:40 sekretarz Exp $ + +inherit java-pkg + +DESCRIPTION="java gnutella file-sharing application" +HOMEPAGE="http://phex.sourceforge.net/" +SRC_URI="mirror://sourceforge/phex/${P/-/_}.zip" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="app-arch/unzip" +RDEPEND=">=virtual/jdk-1.4 + =dev-java/commons-httpclient-3.0* + dev-java/commons-logging + >=dev-java/jgoodies-forms-1.0.5 + >=dev-java/jgoodies-looks-1.3.1" + +S=${WORKDIR}/${P/-/_} + +src_install() { + cd ${S} + java-pkg_dojar phex.jar jaxb.jar + + exeinto /usr/bin + newexe ${FILESDIR}/${P}.sh ${PN} + + dohtml docs/readme/* +} |