summaryrefslogtreecommitdiffstats
path: root/package/fmtools/fmtools.mk
blob: 407b702d2025b308aa8abe8292933b0383b98866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
#
# 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))