X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Frtorrent;h=de07c6dd1d72dd67989d023152f397a3a8bfd61e;hp=d9f2e1b4c735934e5d57fccc22d3a7a485415fbd;hb=8ad457ebf8625791591da0e0ff972929a52fecee;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/rtorrent b/lfs/rtorrent index d9f2e1b4c7..de07c6dd1d 100644 --- a/lfs/rtorrent +++ b/lfs/rtorrent @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # 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,7 +24,7 @@ include Config -VER = 0.7.6 +VER = 0.8.4 THISAPP = rtorrent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,12 +32,10 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rtorrent -PAK_VER = 2 +PAK_VER = 4 CFLAGS = CXXFLAGS = -DESCDE = "" -DESCEN = "" DEPS = "" ############################################################################### @@ -48,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3eec6e94ed468c4dfed5376f75a89fe4 +$(DL_FILE)_MD5 = dc0f37d933b0b6c713ad617e09441f3b install : $(TARGET) @@ -82,7 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)