Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41417 Details for
Bug 66870
Ebuild for the new chipcard-daemon
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for chipcard_server.
chipcard_server-1.9.3.ebuild (text/plain), 1.58 KB, created by
Florian Müller
on 2004-10-09 06:36:49 UTC
(
hide
)
Description:
New ebuild for chipcard_server.
Filename:
MIME Type:
Creator:
Florian Müller
Created:
2004-10-09 06:36:49 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="2nd generation of the chipcard-reader-utility" >HOMEPAGE="http://www.libchipcard.de" >SRC_URI="mirror://sourceforge/libchipcard/chipcard2_server-${PV}beta.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >#IUSE="debug ssl usb pcsc doc" Building the apidoc is broken at the moment >IUSE="debug ssl usb pcsc" > >#RESTRICT="nostrip" > >DEPEND="virtual/libc > >=sys-libs/gwenhywfar-1.2.1 > ssl? ( >=dev-libs/openssl-0.9.6b ) > sys-libs/ncurses > usb? ( dev-libs/libusb ) > pcsc? ( sys-apps/pcsc-lite )" > #doc? ( app-doc/doxygen ) > >#RDEPEND="" > >S=${WORKDIR}/chipcard2_server-${PV}beta > >src_compile() { > ># if use doc; then ># APIDOC="--with-docpath=/usr/share/doc/${P}/apidoc" ># fi > > econf \ > `use_enable ssl` \ > `use_enable debug` \ > `use_enable pcsc` \ > `use_enable usb libusb` \ > || die "configure failed" ># $APIDOC ># `use_enable doc full-doc` \ > > emake || die "emake failed" > ># if use doc; then ># emake srcdoc || die "Building the api-doc failed" ># fi >} > >src_install() { > make DESTDIR=${D} install || die > exeinto /etc/init.d > doexe ${FILESDIR}/chipcardd2 > dodoc INSTALL COPYING AUTHORS ChangeLog README ># if use doc; then ># make DESTDIR=${D} install-srcdoc || die "Installing the API-Doc failed" ># fi >} > >pkg_postinst() { >if (! use usb); then >einfo "LibUSB not found, autoconfiguration will not be available. To enable" >einfo "autoconfiguration for usb-readers use the usb-use-flag at build-time." >fi >echo >einfo "start chipcardd-setup now to setup your cardreader" >}
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 66870
:
41417
|
43168
|
44713
|
45529