Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50709 Details for
Bug 81205
Update: irda-utils-0.9.17-pre5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
irda-utils-0.9.17_pre5
irda-utils-0.9.17_pre5.ebuild (text/plain), 1.97 KB, created by
Ruben Jenster
on 2005-02-08 01:40:20 UTC
(
hide
)
Description:
irda-utils-0.9.17_pre5
Filename:
MIME Type:
Creator:
Ruben Jenster
Created:
2005-02-08 01:40:20 UTC
Size:
1.97 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-wireless/irda-utils/irda-utils-0.9.16.ebuild,v 1.3 2004/11/11 09:34:36 brix Exp $ > >inherit eutils > >MY_P="${P/_/-}" >SRC_P="${P/_pre[0-9]/}" >S="${WORKDIR}/${SRC_P}" >DESCRIPTION="IrDA Utilities, tools for IrDA communication" >HOMEPAGE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/IrDA/IrDA.html" >SRC_URI="http://www.hpl.hp.com/personal/Jean_Tourrilhes/IrDA/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ppc ~amd64" >IUSE="gtk" > >DEPEND="virtual/libc > =dev-libs/glib-1.2* > gtk? ( =x11-libs/gtk+-1.2* )" > >src_unpack() { > echo ${S} && sleep 5 > > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/irda-utils-rh1.patch >} > >src_compile() { > export WANT_AUTOCONF=2.5 > export RPM_OPT_FLAGS=${CFLAGS} > > emake ROOT="${D}" RPM_BUILD_ROOT="${D}" || die "Making failed." > > cd ${S}/irsockets > emake || die "Making irsockets failed." > > if use gtk; then > cd ${S}/findchip > emake gfindchip || die "Making gfindchip failed." > fi >} > >src_install () { > dodir /usr/bin > dodir /usr/sbin > > emake install PREFIX="${D}" ROOT="${D}" || die "Couldn't install from ${S}" > > # irda-utils's install-etc installs files in /etc/sysconfig if > # that directory exists on the system, so clean up just in case. > # This is for bug 1797 (17 Jan 2004 agriffis) > rm -rf ${D}/etc/sysconfig 2>/dev/null > > into /usr > dobin irsockets/irdaspray > dobin irsockets/ias_query > dobin irsockets/irprintf > dobin irsockets/irprintfx > dobin irsockets/irscanf > dobin irsockets/recv_ultra > dobin irsockets/send_ultra > > if use gtk; then > dosbin findchip/gfindchip > fi > > # install README's into /usr/share/doc > for i in * > do > if [ -d $i -a $i != "man" ]; then > if [ -f $i/README ]; then > cp $i/README README.$i > dodoc README.$i > rm README.$i > fi > fi > done > > dodoc etc/modules.conf.irda > > insinto /etc/conf.d ; newins ${FILESDIR}/irda.conf irda > insinto /etc/init.d ; insopts -m0755 ; newins ${FILESDIR}/irda.rc irda >}
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 81205
: 50709