dmidecode-3.7

This commit is contained in:
4fury-c3440d8
2026-02-16 11:18:44 +04:00
parent 8b7c37feed
commit e8dd1bb80b
2 changed files with 12 additions and 5 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -12,6 +12,6 @@ def build():
autotools.make("CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS()))
def install():
autotools.rawInstall("DESTDIR=%s prefix=/%s install-bin install-man" % (get.installDIR(), get.defaultprefixDIR()))
autotools.rawInstall("DESTDIR=%s prefix=/%s" % (get.installDIR(), get.defaultprefixDIR()))
pisitools.dodoc("AUTHORS", "LICENSE", "README")
pisitools.dodoc("AUTHORS", "LICENSE", "NEWS")
+9 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>dmidecode</Name>
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Tool to analyse BIOS DMI data</Summary>
<Description>dmidecode reports information about x86/ia64 hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer.</Description>
<Archive sha1sum="c74291da874589334483adac4c30a5c0a13bc91b" type="tarxz">https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.6.tar.xz</Archive>
<Archive sha1sum="6fb5157e0e5deef087187d0494167fe408f37130" type="tarxz">https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.7.tar.xz</Archive>
</Source>
<Package>
@@ -29,6 +29,13 @@
</Package>
<History>
<Update release="10">
<Date>2026-02-15</Date>
<Version>3.7</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2024-11-29</Date>
<Version>3.6</Version>