Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25095 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-2.3.ebuild
dmidecode-2.3.ebuild (text/plain), 1.20 KB, created by
Tony Vroon (RETIRED)
on 2004-02-06 12:39:21 UTC
(
hide
)
Description:
dmidecode-2.3.ebuild
Filename:
MIME Type:
Creator:
Tony Vroon (RETIRED)
Created:
2004-02-06 12:39:21 UTC
Size:
1.20 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/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~ia64 -sparc" >IUSE="" > >DEPEND="virtual/glibc > >=sys-apps/sed-4" > >src_unpack() { > unpack ${A} > cd ${S} > > local ARCHFLAGS="" > if [ "${ARCH}" = "ia64" ] > then ARCHFLAGS=" -D__IA64__" > fi > > sed -i "s:-O2:${CFLAGS}${ARCHFLAGS}:" Makefile || die "sed failed" >} > >src_compile() { > emake || die "emake failed" >} > >src_install () { > dosbin dmidecode biosdecode ownership vpddecode || die "dosbin failed" > dodoc README AUTHORS CHANGELOG || die "dodoc failed" >} > >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