dev-java/isfreetype: Bump to new upstream version

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1780 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-12-27 16:00:41 +00:00
parent b93228370c
commit 890e2e7116
3 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,43 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="isnativec,isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is a generic native code wrapper."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isFreetype.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jna:0
dev-java/isrt:0
dev-java/isnativec:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/isfreetype/dist/isfreetype.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/isfreetype/javadoc
}