X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ftraceroute;h=74cffc7ea798e05328af23dad6035153123e1fb1;hb=c2bf88c1a4dd030fd8838cc8388e265f1e748a29;hp=cc10e8d51e5abff32966fb7ec296c00b73890bac;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=ipfire-2.x.git diff --git a/lfs/traceroute b/lfs/traceroute index cc10e8d51e..74cffc7ea7 100644 --- a/lfs/traceroute +++ b/lfs/traceroute @@ -24,7 +24,7 @@ include Config -VER = 1.4a12 +VER = 2.0.18 THISAPP = traceroute-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,10 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = traceroute -PAK_VER = 1 +PAK_VER = 3 -DESCDE = "traceroute kann Routen durch das Internet verfolgen und anzeigen." -DESCEN = "traceroute traces routes on the internet and displays them." DEPS = "" ############################################################################### @@ -46,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 964d599ef696efccdeebe7721cd4828d +$(DL_FILE)_MD5 = b7254149b7f081cce07f4b9e065ba5ef install : $(TARGET) @@ -79,11 +77,9 @@ $(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) && sed -i 's|@prefix@|/usr|' Makefile.in - cd $(DIR_APP) && ./configure - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - cd $(DIR_APP) && make install-man + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-ipfire.patch + cd $(DIR_APP) && make + cd $(DIR_APP) && make install prefix=/usr bindir=/usr/sbin chmod u-s /usr/sbin/traceroute @rm -rf $(DIR_APP) @$(POSTBUILD)