summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/fmtools/Config.in4
-rw-r--r--package/fmtools/fmtools.mk15
2 files changed, 5 insertions, 14 deletions
diff --git a/package/fmtools/Config.in b/package/fmtools/Config.in
index 1591618899..182b5179cf 100644
--- a/package/fmtools/Config.in
+++ b/package/fmtools/Config.in
@@ -2,8 +2,8 @@ config BR2_PACKAGE_FMTOOLS
bool "fmtools"
help
fmtools is a pair of simple command-line utilities for
- "video4linux" radio tuner cards under Linux. It includes
+ "video4linux2" radio tuner cards under Linux. It includes
fm for power control, tuning, and volume and fmscan for
scanning for stations.
- http://www.stanford.edu/~blp/fmtools/
+ http://benpfaff.org/fmtools/
diff --git a/package/fmtools/fmtools.mk b/package/fmtools/fmtools.mk
index 5f305b9655..bacd73cec3 100644
--- a/package/fmtools/fmtools.mk
+++ b/package/fmtools/fmtools.mk
@@ -4,18 +4,9 @@
#
################################################################################
-FMTOOLS_VERSION = 1.0.2
-FMTOOLS_SITE = http://www.stanford.edu/~blp/fmtools/
+FMTOOLS_VERSION = 2.0.1
+FMTOOLS_SITE = http://benpfaff.org/fmtools
FMTOOLS_LICENSE = GPLv2+
FMTOOLS_LICENSE_FILES = COPYING
-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))
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud