X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ftransmission;h=3c1368dcf249c2e6e338d3964e42271a0026bf19;hp=7ce4b83921383dd0788c81d23414141d9013adf0;hb=0a379f8fe60459b0d1234fe724c1af802beffbb3;hpb=25fadf991c85ced2b12b5b7a7dea83915d0436ca diff --git a/lfs/transmission b/lfs/transmission index 7ce4b8392..3c1368dcf 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2009 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2013 IPFire Team # # # # 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 = 2.33 +VER = 2.82 THISAPP = transmission-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = transmission -PAK_VER = 1 +PAK_VER = 9 -DEPS = "" +DEPS = "libevent2" ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 76df2b002e9e243f2e4607b40c019974 +$(DL_FILE)_MD5 = a5ef870c0410b12d10449c2d36fa4661 install : $(TARGET) @@ -85,5 +85,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -mkdir -pv /etc/transmission cp -vf $(DIR_SRC)/config/transmission/* /etc/transmission/ chown -Rv nobody.nobody /etc/transmission + + # Install backup include + install -v -m 644 $(DIR_SRC)/config/backup/includes/transmission \ + /var/ipfire/backup/addons/includes/transmission + @rm -rf $(DIR_APP) @$(POSTBUILD)