diff options
Diffstat (limited to 'package/dmidecode/dmidecode.mk')
-rw-r--r-- | package/dmidecode/dmidecode.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/dmidecode/dmidecode.mk b/package/dmidecode/dmidecode.mk new file mode 100644 index 000000000..a036a7a37 --- /dev/null +++ b/package/dmidecode/dmidecode.mk @@ -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)) |