Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 89869 Details for
Bug 137680
[ebuilds] librfid - A Free Software RFID stack
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openct-0.6.8.ebuild
openct-0.6.8.ebuild (text/plain), 2.02 KB, created by
Bryan Jacobs
on 2006-06-22 19:15:44 UTC
(
hide
)
Description:
openct-0.6.8.ebuild
Filename:
MIME Type:
Creator:
Bryan Jacobs
Created:
2006-06-22 19:15:44 UTC
Size:
2.02 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.7.ebuild,v 1.1 2006/06/03 10:10:35 kaiowas Exp $ > >inherit eutils > >DESCRIPTION="library for accessing smart card terminals" >HOMEPAGE="http://www.opensc-project.org/openct/" >SRC_URI="http://www.opensc-project.org/files/openct/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" >IUSE="usb" > >RDEPEND="usb? ( >=dev-libs/libusb-0.1.7 >=sys-apps/hotplug-20030805-r1 )" > >pkg_setup() { > enewgroup openct >} > >src_compile() { > epatch ${FILESDIR}/librfid.patch > econf --localstatedir=/var || die > emake || die >} > >src_install() { > make DESTDIR="${D}" install || die > > # opensc ticket #18 > sed -i 's|usb:\([0-9a-fA-F]\{4\}\):\([0-9a-fA-F]\{4\}\)|usb:\1/\2|' etc/openct.conf > > insinto /etc > doins etc/openct.conf || die > if use usb ; then > insinto /etc/hotplug/usb > doins etc/openct.usermap || die > exeinto /etc/hotplug/usb > newexe etc/hotplug.openct openct || die > fi > > newinitd "${FILESDIR}"/openct.rc openct > > diropts -m0750 -gopenct > keepdir /var/run/openct > > dodoc NEWS TODO doc/README >} > >pkg_preinst() { > if [[ -e ${ROOT}/usr/lib/libopenct.so.0 ]] ; then > cp "${ROOT}"/usr/lib/libopenct.so.0 "${IMAGE}"/usr/lib/ > fi >} > >pkg_postinst() { > einfo "You need to edit /etc/openct.conf to enable serial readers." > einfo > einfo "To use hotplugging (USB readers) your kernel has to be compiled" > einfo "with CONFIG_HOTPLUG enabled and sys-apps/hotplug must be emerged." > einfo > einfo "You should add \"openct\" to your default runlevel. To do so" > einfo "type \"rc-update add openct default\"." > einfo > einfo "You need to be a member of the (newly created) group openct to" > einfo "access smart card readers connected to this system. Set users'" > einfo "groups with usermod -G. root always has access." > if [[ -e ${ROOT}/usr/lib/libopenct.so.0 ]] ; then > echo > ewarn "Please run: revdep-rebuild --library libopenct.so.0" > echo > fi >}
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 137680
:
89868
| 89869 |
89870