# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit java-pkg DESCRIPTION="XML Stylebook" SRC_URI="mirror://gentoo/${P/-bin/}.tar.bz2" HOMEPAGE="http://xml.apache.org/commons" LICENSE="Apache-1.1" SLOT="1" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=virtual/jre-1.4" S=${WORKDIR}/${P/-bin/} src_compile() { einfo "Binary only ebuild" } src_install() { java-pkg_dojar bin/stylebook-1.0-b2.jar dodoc LICENSE.txt }