]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/arping
Pakfire laedt die Listen jetzt besser und hat eine veraenderte Oberflaeche bekommen.
[ipfire-2.x.git] / lfs / arping
index b8bc41f3b5a3ca055854fc5a6d0a27756eb22378..828112989ba765dfd71775219d16ba2ca3d2018e 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# 21-4-2004 Roy Walker < rwalker@miracomnetwork.com>                          #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# 
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,8 +30,7 @@ VER        = 2.05
 
 THISAPP    = arping-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-#DL_FROM    = ftp://ftp.habets.pp.se/pub/synscan
-DL_FROM    = http://www.mirrors.wiretapped.net/security/network-mapping/arping
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
@@ -79,7 +72,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && install -m 0755 arping /usr/sbin
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)