Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28975 Details for
Bug 47162
nvram-wakeup-0.95a + nvram-reboot-2003.08.07 (NEW)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nvram-wakeup-0.95a.ebuild
nvram-wakeup-0.95a.ebuild (text/plain), 1.62 KB, created by
Stefan Briesenick (RETIRED)
on 2004-04-09 12:13:22 UTC
(
hide
)
Description:
nvram-wakeup-0.95a.ebuild
Filename:
MIME Type:
Creator:
Stefan Briesenick (RETIRED)
Created:
2004-04-09 12:13:22 UTC
Size:
1.62 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># This is a (small) program that can read and write the WakeUp ># time in the BIOS (via /dev/nvram on recent 2.4.x kernels). ># On this WakeUp # time the computer will be powered on ># automatically from the soft-off state. > >DESCRIPTION="Tool to read/write the WakeUp time in the BIOS (/dev/nvram)" >HOMEPAGE="http://sourceforge.net/projects/nvram-wakeup/" >SRC_URI="mirror://sourceforge/nvram-wakeup/${P}.tar.bz2" >MB_URI="http://cvs.sourceforge.net/viewcvs.py/nvram-wakeup/nvram-wakeup/nvram-wakeup-mb.c?rev=HEAD" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >IUSE="mbcvs" # update nvram-wakeup-mb.c via CVS > >if [ `use mbcvs` ] >then > DEPEND="net-misc/wget" >else > DEPEND="" >fi > >src_unpack() { > unpack "${A}"; cd "${S}" > if [ `use mbcvs` ] > then > ebegin "Trying to download the latest nvram-wakeup-mb.c file" > wget --tries 2 --timeout=20 -O "nvram-wakeup-mb.c" "${MB_URI}" > eend $? > fi >} > >src_compile() { > emake CC="$CC" CFLAGS="$CFLAGS \$(DEFS)" || die "emake failed" >} > >src_install() { > make prefix="${D}/usr" install || die > > # provide the sample config in /etc > dodir "/etc" > mv "${D}/usr/share/doc/nvram-wakeup/nvram-wakeup.conf" "${D}/etc/nvram-wakeup.conf" > > # move the sample script from bin to share/doc > mv "${D}/usr/bin/vdrshutdown" "${D}/usr/share/doc/nvram-wakeup/vdrshutdown" > chmod 0644 "${D}/usr/share/doc/nvram-wakeup/vdrshutdown" > > # at last rename unversioned doc dir to a versioned one > mv "${D}/usr/share/doc/nvram-wakeup" "${D}/usr/share/doc/${P}" >} >
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 47162
:
28865
|
28866
|
28885
|
28975
|
33087
|
33095
|
33097
|
36156
|
36231
|
41444
|
41445
|
41446
|
41447