components/acpidump/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 COMPILER= gcc
    25 COMPILER= gcc
    26 BUILD_ARCH= i386
    26 BUILD_ARCH= i386
    27 BUILD_BITS= 64
    27 BUILD_BITS= 64
    28 include ../../make-rules/shared-macros.mk
    28 include ../../make-rules/shared-macros.mk
    33 COMPONENT_PROJECT_URL=	http://www.lesswatts.org/projects/acpi/utilities.php
    33 COMPONENT_PROJECT_URL=	http://www.lesswatts.org/projects/acpi/utilities.php
    34 COMPONENT_SRC_NAME=	pmtools
    34 COMPONENT_SRC_NAME=	pmtools
    35 COMPONENT_ARCHIVE_HASH=	\
    35 COMPONENT_ARCHIVE_HASH=	\
    36     sha256:91751774976e39f6237efd0326eb35196a9346220b92ad35894a33283e872748
    36     sha256:91751774976e39f6237efd0326eb35196a9346220b92ad35894a33283e872748
    37 COMPONENT_ARCHIVE_URL=	http://www.lesswatts.org/patches/linux_acpi/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=	http://www.lesswatts.org/patches/linux_acpi/$(COMPONENT_ARCHIVE)
       
    38 COMPONENT_ANITYA_ID=	13294
    38 
    39 
    39 TPNO=			8848
    40 TPNO=			8848
    40 
    41 
    41 BUILD_STYLE= justmake
    42 BUILD_STYLE= justmake
    42 TEST_TARGET= $(NO_TESTS)
    43 TEST_TARGET= $(NO_TESTS)