contrib/cpuid/Pkgfile
2011-01-14 03:05:05 +11:00

17 lines
546 B
Plaintext

# 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
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
name=cpuid
version=20101002
release=1
source=(http://www.etallen.com/cpuid/$name-$version.src.tar.gz)
build() {
cd $name-$version
sed -i -e 's|/share/man|/man|g' Makefile
make -e CFLAGS="$CFLAGS"
make BUILDROOT=$PKG install
}