Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update cpuid to 1.7.2
  • Loading branch information
Mno-hime authored and pyhalov committed Jan 11, 2019
1 parent 3be19e6 commit e1cdaf7
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions components/sysutils/cpuid/Makefile
Expand Up @@ -10,41 +10,42 @@

#
# Copyright 2018 Aurelien Larcher
# Copyright 2018 Michal Nowak
# Copyright 2018-2019 Michal Nowak
#

include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= cpuid
COMPONENT_VERSION= 1.6.4
COMPONENT_VERSION= 1.7.2
COMPONENT_SUMMARY= A simple CPUID decoder/dumper for x86/x86_64
COMPONENT_PROJECT_URL= https://github.com/tycho/cpuid
COMPONENT_FMRI= diagnostic/cpuid
COMPONENT_CLASSIFICATION=System/Hardware
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_URL= \
https://github.com/tycho/cpuid/archive/$(COMPONENT_VERSION).tar.gz
https://github.com/tycho/cpuid/archive/$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:027dcd9eaf07f80841243a7a0fca5db08e1824719663f6e4f2326b856adc7a55
sha256:8120ffa5b0068810b44dfaf7f5e8a2a2002f2af23b5bfc9435912eac7e2049c0
COMPONENT_LICENSE= MIT

include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/justmake.mk
include $(WS_MAKE_RULES)/ips.mk

COMPONENT_BUILD_ARGS+= CC="$(CC) $(CC_BITS) "
COMPONENT_BUILD_ARGS+= prefix=$(USRDIR)
COMPONENT_INSTALL_ARGS+= CC="$(CC) $(CC_BITS) "
COMPONENT_INSTALL_ARGS+= prefix=$(USRDIR)
COMPONENT_BUILD_ARGS += CC="$(CC) $(CC_BITS) "
COMPONENT_BUILD_ARGS += prefix=$(USRDIR)

COMPONENT_INSTALL_ARGS += CC="$(CC) $(CC_BITS) "
COMPONENT_INSTALL_ARGS += prefix=$(USRDIR)

COMPONENT_POST_INSTALL_ACTION = $(INSTALL) -D files/cpuid.1 $(PROTOUSRDIR)/share/man/man1/cpuid.1

build: $(BUILD_64)

install: $(INSTALL_64)

test: $(TEST_64)
test: $(NO_TESTS)

# Auto-generated dependencies
REQUIRED_PACKAGES += system/library
Expand Down

0 comments on commit e1cdaf7

Please sign in to comment.