dmidecode: new package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni
2012-06-02 06:13:57 +00:00
committed by Peter Korsgaard
parent 83f43bab37
commit 9d3547529b
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#############################################################
#
# 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 $(call GENTARGETS))