Import buildroot 2016.02.01
This commit is contained in:
20
firmware/buildroot/package/dmidecode/dmidecode.mk
Normal file
20
firmware/buildroot/package/dmidecode/dmidecode.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# dmidecode
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DMIDECODE_VERSION = 2.12
|
||||
DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode
|
||||
DMIDECODE_LICENSE = GPLv2+
|
||||
DMIDECODE_LICENSE_FILES = LICENSE
|
||||
|
||||
define DMIDECODE_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||
endef
|
||||
|
||||
define DMIDECODE_INSTALL_TARGET_CMDS
|
||||
$(MAKE) -C $(@D) prefix=/usr DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user