blob: 1adc3d8e9cae5bda2251586c3f8840e3d558790a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/kunststoff-bin/kunststoff-bin-2.0.1.ebuild,v 1.5 2005/07/15 21:13:11 axxo Exp $
inherit java-pkg
DESCRIPTION="A famous Java Look & Feel from incors.org"
HOMEPAGE="http://www.incors.org"
SRC_URI="http://www.incors.org/${PN/-bin}-${PV//./_}.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jre-1.3"
S=${WORKDIR}
src_install() {
java-pkg_dojar *.jar
}
|