X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Frtorrent;h=3ccbb4c2f1944f5aec0dd67e5d76fef087a61e19;hb=a6ba20538291d9860815316dcbcf1387dec3004d;hp=238b84e270bb27363834423aa4c14cf9cce87b88;hpb=a3d825db0c083042c8d2ac7f9934c6eee12d4035;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/rtorrent b/lfs/rtorrent index 238b84e27..3ccbb4c2f 100644 --- a/lfs/rtorrent +++ b/lfs/rtorrent @@ -1,22 +1,20 @@ ############################################################################### -# This file is part of the IPCop Firewall. # # # -# IPCop is free software; you can redistribute it and/or modify # +# IPFire.org - A linux based firewall # +# 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 # -# the Free Software Foundation; either version 2 of the License, or # +# the Free Software Foundation, either version 3 of the License, or # # (at your option) any later version. # # # -# IPCop is distributed in the hope that it will be useful, # +# This program is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU General Public License for more details. # # # # You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # +# along with this program. If not, see . # # # ############################################################################### @@ -26,7 +24,7 @@ include Config -VER = 0.7.6 +VER = 0.8.6 THISAPP = rtorrent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,12 +32,10 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rtorrent -PAK_VER = 2 +PAK_VER = 5 CFLAGS = CXXFLAGS = -DESCDE = "" -DESCEN = "" DEPS = "" ############################################################################### @@ -50,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3eec6e94ed468c4dfed5376f75a89fe4 +$(DL_FILE)_MD5 = b804c45c01c40312926bcea6b55bb084 install : $(TARGET) @@ -84,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)