dmidecode: update to 2.11.
This commit is contained in:
parent
0402b611fb
commit
09a008f39d
2 changed files with 4 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.orig 2010-12-14 00:44:40.207776131 +0100
|
|
||||||
+++ Makefile 2010-12-14 00:44:44.599106588 +0100
|
|
||||||
@@ -39,7 +39,7 @@ PROGRAMS += $(shell test `uname -m 2>/de
|
|
||||||
# BSD make doesn't understand the $(shell) syntax above, it wants the !=
|
|
||||||
# syntax below. GNU make ignores the line below so in the end both BSD
|
|
||||||
# make and GNU make are happy.
|
|
||||||
-PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode
|
|
||||||
+#PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode
|
|
||||||
|
|
||||||
all : $(PROGRAMS)
|
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
# Template file for 'dmidecode'
|
# Template file for 'dmidecode'
|
||||||
pkgname=dmidecode
|
pkgname=dmidecode
|
||||||
version=2.10
|
version=2.11
|
||||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
make_build_args="prefix=/usr"
|
make_build_args="prefix=/usr"
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
short_desc="Desktop Management Interface table related utilities"
|
short_desc="Desktop Management Interface table related utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=4d74a3e93353320317a424816f9a045df06d9ed4b5b80881e16fdfcc74c9e2c0
|
homepage="http://www.nongnu.org/dmidecode"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=6da5643479b3b591b71a91122a25b89b77920b66e1ad0a5162d3c75b50423b51
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname reports information about x86 and ia64 hardware as described in
|
$pkgname reports information about x86 and ia64 hardware as described in
|
||||||
the system BIOS according to the SMBIOS/DMI standard. This information
|
the system BIOS according to the SMBIOS/DMI standard. This information
|
||||||
|
@ -19,5 +21,4 @@ long_desc="
|
||||||
slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of
|
slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of
|
||||||
I/O ports (e.g. serial, parallel, USB)."
|
I/O ports (e.g. serial, parallel, USB)."
|
||||||
|
|
||||||
disable_parallel_build=yes
|
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
|
|
Loading…
Reference in a new issue