Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20839 Details for
Bug 33526
Ebuild for dmidecode (DMI/SMBIOS table dumper)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
DMIdecode ebuild
dmidecode-2.3.ebuild (text/plain), 1.07 KB, created by
Tony Vroon (RETIRED)
on 2003-11-16 17:01:42 UTC
(
hide
)
Description:
DMIdecode ebuild
Filename:
MIME Type:
Creator:
Tony Vroon (RETIRED)
Created:
2003-11-16 17:01:42 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="DMI (Desktop Management Interface) table related utilities" >HOMEPAGE="http://www.nongnu.org/dmidecode/" >SRC_URI="http://savannah.nongnu.org/download/dmidecode/dmidecode.pkg/${PV}/${P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64 ~ia64" >IUSE="" > >DEPEND="virtual/glibc > net-misc/wget > sys-apps/sed" > >src_unpack() { > unpack ${A} > cd ${S} > > sed -i "s:-O2:${CFLAGS}:" Makefile >} > >src_compile() { > emake || die Make failed >} > >src_install () { > into / > dosbin dmidecode biosdecode ownership vpddecode > dodoc README AUTHORS CHANGELOG >} > >pkg_postinst () { > einfo "The following tools have been installed:" > echo > echo > ewarn " ownership: (for Compaq PC's only)" > ewarn " This retrieves the computers's ownership tag" > echo > ewarn " vpddecode: (for IBM PC's only)" > ewarn " This displays the Vital Product Data" > echo > einfo " biosdecode:" > einfo " Shows BIOS specifications" > echo > einfo " dmidecode:" > einfo " Dumps the DMI table" > echo >}
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 33526
:
20763
|
20839
|
20859
|
21609
|
21610
|
21611
|
21612
|
21613
|
25095
|
27842
|
27913
|
28259