fmtools.mk 486 B

12345678910111213141516171819
  1. #############################################################
  2. #
  3. # fmtools
  4. #
  5. #############################################################
  6. FMTOOLS_VERSION = 1.0.2
  7. FMTOOLS_SITE = http://www.stanford.edu/~blp/fmtools/
  8. define FMTOOLS_BUILD_CMDS
  9. $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
  10. endef
  11. define FMTOOLS_INSTALL_TARGET_CMDS
  12. $(INSTALL) -D -m 0755 $(@D)/fm $(TARGET_DIR)/usr/sbin/fm
  13. $(INSTALL) -D -m 0755 $(@D)/fmscan $(TARGET_DIR)/usr/sbin/fmscan
  14. endef
  15. $(eval $(call GENTARGETS))