X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ftransmission;h=f06f0be08d9bf160416d43c53dfc4ce4f0e3af56;hb=f15707c78ccb5d5ef7416c5cdcb39028f3deb760;hp=3a1cbddba648f75683a45bf3ace362a92f8aa824;hpb=c5000130ec32c7fb07b54f41ca1d8af9a0b3209d;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/transmission b/lfs/transmission index 3a1cbddba6..f06f0be08d 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 IPFire Team # +# Copyright (C) 2007-2020 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,9 @@ include Config -VER = 2.84 +SUMMARY = A BitTorrent client with multiple UIs + +VER = 3.00 THISAPP = transmission-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,9 +34,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = transmission -PAK_VER = 11 +PAK_VER = 17 + +DEPS = -DEPS = "libevent2" +SERVICES = transmission CXXFLAGS += -fno-exceptions @@ -46,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 411aec1c418c14f6765710d89743ae42 +$(DL_FILE)_MD5 = a23a32672b83c89b9b61e90408f53d98 install : $(TARGET) @@ -88,6 +92,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -vf $(DIR_SRC)/config/transmission/* /etc/transmission/ chown -Rv nobody.nobody /etc/transmission + #install initscripts + $(call INSTALL_INITSCRIPTS,$(SERVICES)) + # Install backup include install -v -m 644 $(DIR_SRC)/config/backup/includes/transmission \ /var/ipfire/backup/addons/includes/transmission