summaryrefslogtreecommitdiff
blob: d1cbed77b6a2fe0714245ff4d53710366947a1a8 (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
26
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-asn1-bin/cryptix-asn1-bin-20011119.ebuild,v 1.2 2005/05/01 16:11:43 luckyduck Exp $

inherit java-pkg

DESCRIPTION="Aims at facilitating the task programmers face in coding, accessing and generating java-bound, both types and values, defined as ASN.1 constructs, or encoded as such."
HOMEPAGE="http://cryptix-asn1.sourceforge.net/"
SRC_URI="mirror://gentoo/Cryptix-asn1-20011119.tar.gz"

LICENSE="CGL"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
IUSE=""

RDEPEND=">=virtual/jre-1.4"

S=${WORKDIR}/Cryptix-asn1-${PV}

src_compile() {
	einfo "binary package"
}

src_install() {
	java-pkg_dojar ${PN/-bin/}.jar
}