Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43168 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]
ebuild for chipcard_server 1.2.5
chipcard_server-1.9.5.ebuild (text/plain), 1.73 KB, created by
Florian Müller
on 2004-11-02 07:58:08 UTC
(
hide
)
Description:
ebuild for chipcard_server 1.2.5
Filename:
MIME Type:
Creator:
Florian Müller
Created:
2004-11-02 07:58:08 UTC
Size:
1.73 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=">=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 > doinitd ${FILESDIR}/chipcardd2 > dodoc INSTALL COPYING AUTHORS ChangeLog README > insinto /etc/chipcard2-server > doins ${S}/doc/chipcardd2.conf.example > doins ${S}/doc/chipcardd2.conf.minimal ># 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 or use the example" >einfo "configuration file in /etc/chipcard2-server." >}
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