1
0
forked from ports/contrib

cpuid: Update to 20180519

Remove .md5sum file and Pkgfile Packager field.
This commit is contained in:
Predrag Ivanović 2018-09-08 18:51:52 +02:00
parent 4a1ab821e7
commit 95a9edc446
4 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,9 @@
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
-rwxr-xr-x root/root usr/bin/cpuinfo2cpuid
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-r--r--r-- root/root usr/share/man/man1/cpuid.1.gz
-r--r--r-- root/root usr/share/man/man1/cpuinfo2cpuid.1.gz

View File

@ -1 +0,0 @@
110494fc8db9d34e9a6de9b5a8cdf3cd cpuid-20130610.src.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36WNKprF/bmjFw4mjl6G12zYAIGn4+6yfPmAzDejLtD29qn+xWod4WKA7qIxLx1akIvzmemCUK784qTaxfNvVgE=
SHA256 (Pkgfile) = 2ee1c409101a2edced65ecf286ad1e6fb439351e79e1ffd1eeb6e0ecc13b1002
SHA256 (.footprint) = f364f2c59144dc33f5e77a2694984ce6c6aeea00d1b56e8bea974c42947ef421
SHA256 (cpuid-20130610.src.tar.gz) = f87e835a83e69013eee09eded0e9c5ac0ea5819d569d3b79680cab2b5ea770f4
RWSagIOpLGJF36+pfEy/6p9w+RRYYRWro7z4d8mgQ/0j2QG2+czzWKS10gMP4xSP6UXc6kh/PCmXO5ccUwUeKa+jKZpu+lks0ww=
SHA256 (Pkgfile) = 528afb3842c7c540707b079f96bb07c181f7a24b74f767ddd81723b5883833a0
SHA256 (.footprint) = f8be86678ea9776a11a0b018e1fe392746f26769391e1841ca0e1610d2622cf6
SHA256 (cpuid-20180519.src.tar.gz) = 967823be36f23cbc972eb0aa882d069c1d155a5978990ac3bcf425e6a2e7ff9a

View File

@ -1,16 +1,14 @@
# 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, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
name=cpuid
version=20130610
version=20180519
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
}