buildrootschalter/package/fmtools/fmtools.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

20 lines
524 B
Makefile

################################################################################
#
# fmtools
#
################################################################################
FMTOOLS_VERSION = 1.0.2
FMTOOLS_SITE = http://www.stanford.edu/~blp/fmtools/
define FMTOOLS_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define FMTOOLS_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/fm $(TARGET_DIR)/usr/sbin/fm
$(INSTALL) -D -m 0755 $(@D)/fmscan $(TARGET_DIR)/usr/sbin/fmscan
endef
$(eval $(generic-package))