cpuid: update to 20201006.
This commit is contained in:
parent
5cd1071a91
commit
b7a60cd306
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'cpuid'
|
# Template file for 'cpuid'
|
||||||
pkgname=cpuid
|
pkgname=cpuid
|
||||||
version=20200427
|
version=20201006
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="Linux tool to dump x86 CPUID information about the CPU(s)"
|
short_desc="Linux tool to dump x86 CPUID information about the CPU(s)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.etallen.com/cpuid.html"
|
homepage="http://www.etallen.com/cpuid.html"
|
||||||
distfiles="http://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz"
|
distfiles="http://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz"
|
||||||
checksum=c1a9463f1f2175086120e9079e318bbd383dc1e574fafb2f724879f1d11061d4
|
checksum=13c53f16408341d11ed489b352f218ec4dbb5bedb796a9d059e924770a9c56a6
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile
|
vsed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue