Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 591624 Details for
Bug 692732
net-libs/aqbanking-5.99.30beta version bump (PSD2 compliance)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libchipcard-5.1.3_beta.ebuild
libchipcard-5.1.3_beta.ebuild (text/plain), 1.08 KB, created by
Hendrik Harms
on 2019-10-02 18:46:39 UTC
(
hide
)
Description:
libchipcard-5.1.3_beta.ebuild
Filename:
MIME Type:
Creator:
Hendrik Harms
Created:
2019-10-02 18:46:39 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >MY_P="${P/_beta/beta}" >DESCRIPTION="Library for accessing chip cards via chip card readers (terminals)" >HOMEPAGE="https://www.aquamaniac.de/aqbanking/" >SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/138/${MY_P}.tar.gz -> ${MY_P}.tar.gz" >S="${WORKDIR}/${MY_P}" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" >IUSE="doc examples" > >RDEPEND=" > >=sys-apps/pcsc-lite-1.6.2 > sys-libs/gwenhywfar:= > sys-libs/zlib:= > virtual/libintl" >DEPEND="${RDEPEND} > sys-devel/gettext > doc? ( app-doc/doxygen )" > >DOCS=( AUTHORS ChangeLog NEWS README TODO doc/{CERTIFICATES,CONFIG,IPCCOMMANDS} ) > >src_configure() { > econf \ > --disable-dependency-tracking \ > --disable-static \ > $(use_enable doc full-doc) \ > --with-docpath=/usr/share/doc/${PF}/apidoc >} > >src_install() { > emake DESTDIR="${D}" install || die > > einstalldocs > > if use examples; then > docinto tutorials > dodoc tutorials/*.{c,h,xml} tutorials/README > fi > > find "${D}" -name '*.la' -exec rm -f {} + >}
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 692732
:
589918
|
589920
|
591056
|
591058
|
591620
|
591622
| 591624 |
592218
|
592220