Files
CoreMP135_buildroot/package/dmidecode/dmidecode.mk
T

23 lines
678 B
Makefile
Raw Normal View History

2013-06-05 23:53:30 +00:00
################################################################################
2012-06-02 06:13:57 +00:00
#
# dmidecode
#
2013-06-05 23:53:30 +00:00
################################################################################
2012-06-02 06:13:57 +00:00
2022-06-28 22:30:01 +02:00
DMIDECODE_VERSION = 3.4
2016-05-23 18:17:35 +02:00
DMIDECODE_SOURCE = dmidecode-$(DMIDECODE_VERSION).tar.xz
DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode
DMIDECODE_LICENSE = GPL-2.0+
2013-10-04 16:09:59 +08:00
DMIDECODE_LICENSE_FILES = LICENSE
DMIDECODE_SELINUX_MODULES = dmidecode
2012-06-02 06:13:57 +00:00
define DMIDECODE_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
2012-06-02 06:13:57 +00:00
endef
define DMIDECODE_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) prefix=/usr DESTDIR=$(TARGET_DIR) install
2012-06-02 06:13:57 +00:00
endef
$(eval $(generic-package))