diff --git a/srcpkgs/dmidecode/patches/fix_for_gmake.diff b/srcpkgs/dmidecode/patches/fix_for_gmake.diff deleted file mode 100644 index 4e725951f86..00000000000 --- a/srcpkgs/dmidecode/patches/fix_for_gmake.diff +++ /dev/null @@ -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) - diff --git a/srcpkgs/dmidecode/template b/srcpkgs/dmidecode/template index ebd91794dd5..f1e6746b854 100644 --- a/srcpkgs/dmidecode/template +++ b/srcpkgs/dmidecode/template @@ -1,13 +1,15 @@ # Template file for 'dmidecode' pkgname=dmidecode -version=2.10 +version=2.11 distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2" build_style=gnu_makefile make_build_args="prefix=/usr" make_install_args="prefix=/usr" short_desc="Desktop Management Interface table related utilities" maintainer="Juan RP " -checksum=4d74a3e93353320317a424816f9a045df06d9ed4b5b80881e16fdfcc74c9e2c0 +homepage="http://www.nongnu.org/dmidecode" +license="GPL-2" +checksum=6da5643479b3b591b71a91122a25b89b77920b66e1ad0a5162d3c75b50423b51 long_desc=" $pkgname reports information about x86 and ia64 hardware as described in 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 I/O ports (e.g. serial, parallel, USB)." -disable_parallel_build=yes Add_dependency full glibc