Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163534 Details for
Bug 235428
app-misc/beep-1.2.2-r1 does not beep on NSLU2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An ebuild patching beep
beep-1.2.2-r1.ebuild (text/plain), 918 bytes, created by
Tobias Leupold
on 2008-08-22 07:01:51 UTC
(
hide
)
Description:
An ebuild patching beep
Filename:
MIME Type:
Creator:
Tobias Leupold
Created:
2008-08-22 07:01:51 UTC
Size:
918 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-misc/beep/beep-1.2.2-r1.ebuild,v 1.10 2008/05/11 13:43:41 mr_bones_ Exp $ > >inherit eutils base toolchain-funcs > >DESCRIPTION="The advanced PC speaker beeper" >HOMEPAGE="http://www.johnath.com/beep/" >SRC_URI="mirror://gentoo/${P}.tar.gz http://www.johnath.com/beep/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~arm alpha amd64 ppc ppc64 sparc x86" >IUSE="" > >PATCHES="${FILESDIR}/${P}-nosuid.patch" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i -e 's/CC=gcc/CC?=gcc/' Makefile || ewarn "Have I been fixed?" > epatch "${FILESDIR}"/linux-input.patch >} > >src_compile() { > emake CC=$(tc-getCC) FLAGS="${CFLAGS}" || die "compile problem" >} > >src_install() { > dobin beep > fperms 0711 /usr/bin/beep > dosym /usr/bin/beep /bin/beep > doman beep.1.gz > dodoc CHANGELOG CREDITS README >}
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 235428
:
163532
| 163534