]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/w_scan
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / w_scan
index c661a80b049c6b9bbac43342adade5c745c98e65..b0716f3dc30f5dbc89295f44b873f8ede91f5848 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,8 +24,9 @@
 
 include Config
 
+SUMMARY    = Tool for scanning DVB transponders
 
-VER        = 20130331
+VER        = 20170107
 
 THISAPP    = w_scan-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,9 +34,13 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = w_scan
-PAK_VER    = 5
+PAK_VER    = 7
 
-DEPS       = ""
+DEPS       =
+
+SERVICES   =
+
+CFLAGS    += -fcommon
 
 ###############################################################################
 # Top-level Rules
@@ -45,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = dfc14a4707321e068a594d6899398df8
+$(DL_FILE)_MD5 = c7f9adf92d46b8da5391be80be6fbd72
 
 install : $(TARGET)
 
@@ -55,7 +60,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################