buildrootschalter/package/dmidecode/dmidecode.mk
Alexandre Belloni 8dfd59d114 Normalize separator size to 80
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-06 22:30:24 +02:00

19 lines
487 B
Makefile

################################################################################
#
# dmidecode
#
################################################################################
DMIDECODE_VERSION = 2.11
DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode/
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))