2011-01-14 03:05:05 +11:00
|
|
|
# Description: Dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s).
|
|
|
|
# URL: http://www.etallen.com/cpuid.html
|
2023-03-10 18:14:09 +01:00
|
|
|
# Maintainer: unmaintained
|
2011-01-14 03:05:05 +11:00
|
|
|
|
|
|
|
name=cpuid
|
2023-01-26 20:09:14 +01:00
|
|
|
version=20230120
|
2011-01-14 03:05:05 +11:00
|
|
|
release=1
|
|
|
|
source=(http://www.etallen.com/cpuid/$name-$version.src.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
make -e CFLAGS="$CFLAGS"
|
|
|
|
make BUILDROOT=$PKG install
|
|
|
|
}
|