18 lines
552 B
Bash
18 lines
552 B
Bash
# Template file for 'cpuid'
|
|
pkgname=cpuid
|
|
version=20201006
|
|
revision=1
|
|
archs="i686* x86_64*"
|
|
build_style=gnu-makefile
|
|
hostmakedepends="perl"
|
|
short_desc="Linux tool to dump x86 CPUID information about the CPU(s)"
|
|
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.etallen.com/cpuid.html"
|
|
distfiles="http://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz"
|
|
checksum=13c53f16408341d11ed489b352f218ec4dbb5bedb796a9d059e924770a9c56a6
|
|
|
|
post_extract() {
|
|
vsed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile
|
|
}
|