summaryrefslogtreecommitdiff
blob: 3400c7a65ec676defb9860768592b5550701dc02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-jce/cryptix-jce-20030217.ebuild,v 1.2 2003/07/11 21:41:50 aliz Exp $

inherit java-pkg

S=${WORKDIR}
DESCRIPTION="Cryptix JCE is a complete clean-room implementation of the official JCE 1.2 API as published by Sun."
SRC_URI="http://cryptix.org/dist/${P}-snap.zip"
HOMEPAGE="http://cryptix.org/products/jce/"
KEYWORDS="x86 ~ppc ~sparc"
LICENSE="GPL-2"
SLOT="0"
DEPEND=""
RDEPEND=">=virtual/jdk-1.2"

src_compile() {
	einfo "This ebuild is, for the time being, just a binary install."
}

src_install() {

	dodoc README.TXT ChangeLog.txt LICENCE.TXT
	java-pkg_dojar bin/*.jar
}