]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/transmission
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[ipfire-2.x.git] / lfs / transmission
index 7ce4b83921383dd0788c81d23414141d9013adf0..3a1cbddba648f75683a45bf3ace362a92f8aa824 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2009  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2014  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.84
 
 THISAPP    = transmission-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,9 +32,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = transmission
-PAK_VER    = 1
+PAK_VER    = 11
 
-DEPS       = ""
+DEPS       = "libevent2"
+
+CXXFLAGS  += -fno-exceptions
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 76df2b002e9e243f2e4607b40c019974
+$(DL_FILE)_MD5 = 411aec1c418c14f6765710d89743ae42
 
 install : $(TARGET)
 
@@ -85,5 +87,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)