X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Frtorrent;h=3ccbb4c2f1944f5aec0dd67e5d76fef087a61e19;hp=43a518f17c2f6d3f6c00b28913c757bdb6732a9d;hb=34daf4dbf8e4e5e4fb901f8dcece703480a1ac1f;hpb=f86b0cc33aa1a7778f24a9e6bd7759c868da482d diff --git a/lfs/rtorrent b/lfs/rtorrent index 43a518f17..3ccbb4c2f 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.6 THISAPP = rtorrent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rtorrent -PAK_VER = 2 +PAK_VER = 5 CFLAGS = CXXFLAGS = @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3eec6e94ed468c4dfed5376f75a89fe4 +$(DL_FILE)_MD5 = b804c45c01c40312926bcea6b55bb084 install : $(TARGET) @@ -80,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)