X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ftmux;h=aae90dab18231c207533d4f8b43c1ea883d60223;hb=b4cb1ed58b9dbd7d40bd8e9710b7f323da8b8997;hp=ddd53847d2c6d5820af22cb1ff3e005d1f536139;hpb=18f2b3d171c4b03a8801fcc595e2907aa0352a4e;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/tmux b/lfs/tmux index ddd53847d2..aae90dab18 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 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,7 @@ include Config -VER = 1.9a +VER = 3.1 THISAPP = tmux-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tmux -PAK_VER = 2 +PAK_VER = 8 -DEPS = "libevent2" +DEPS = ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b07601711f96f1d260b390513b509a2d +$(DL_FILE)_MD5 = 76c3ef9d40d2c1ade7a6cd7993b549ac install : $(TARGET) @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(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