cpuid: moved from romster repo

This commit is contained in:
Danny Rawlins 2011-01-14 03:05:05 +11:00
parent 709e469c97
commit 93e6106eca
3 changed files with 23 additions and 0 deletions

6
cpuid/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cpuid
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/cpuid.1.gz

1
cpuid/.md5sum Normal file
View File

@ -0,0 +1 @@
63a9c7833026ba47a24d780f7d70a452 cpuid-20101002.src.tar.gz

16
cpuid/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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
}