Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259054 Details for
Bug 350240
net-libs/hbci4java-2.5.12 - A Java Library for HBCI (Homebanking Computer Interface) / FinTS (Financial Transaction Services)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Initial ebuild
hbci4java-2.5.12.ebuild (text/plain), 1.26 KB, created by
Fabian Köster
on 2011-01-06 14:09:34 UTC
(
hide
)
Description:
Initial ebuild
Filename:
MIME Type:
Creator:
Fabian Köster
Created:
2011-01-06 14:09:34 UTC
Size:
1.26 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >JAVA_PKG_IUSE="doc source" > >WANT_ANT_TASKS="ant-nodeps" >inherit eutils java-pkg-2 java-ant-2 > >DESCRIPTION="A Java Library for HBCI (Homebanking Computer Interface) / FinTS (Financial Transaction Services)" >HOMEPAGE="http://hbci4java.kapott.org/" >SRC_URI="http://hbci4java.kapott.org/${P}-src.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="+chipcard" > >COMMON_DEP=" > dev-java/xerces:2 > >=dev-java/log4j-1.2.8:0" > >RDEPEND=">=virtual/jre-1.4 > ${COMMON_DEP}" > >DEPEND=">=virtual/jdk-1.4 > app-arch/unzip > ${COMMON_DEP}" > >S=${WORKDIR}/${P}-src > ># JNI libraries don't need SONAME >QA_SONAME="usr/$(get_libdir)/lib${PN}-chipcard-linux.so" > >EANT_BUILD_TARGET="package" > >pkg_setup() { > use chipcard && EANT_BUILD_TARGET="compile-chipcard ${EANT_BUILD_TARGET}" >} > >java_prepare() { > epatch "${FILESDIR}/${PV}-makefile.patch" > epatch "${FILESDIR}/${PV}-build.patch" > eant clean >} > >src_install() { > java-pkg_newjar dist/jar/${PN}.jar > > if use chipcard; then > dolib chipcard/lib/libhbci4java-card-linux.so || "dolib failed" > fi > > dodoc README* FEATURES BUGS ChangeLog || die "dodoc failed" > > use doc && java-pkg_dojavadoc doc/javadoc > use source && java-pkg_dosrc src/org >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 350240
: 259054 |
259056
|
259058