git: Update to version 2.4.4

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-06-18 21:01:35 +02:00
parent b309fb5455
commit 654f71f1a4
2 changed files with 21 additions and 13 deletions

13
lfs/git
View File

@@ -24,15 +24,15 @@
include Config
VER = 1.8.5.2
VER = 2.4.4
THISAPP = git-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = git
PAK_VER = 11
PAK_VER = 12
DEPS = "perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = df8519044f9880f3687d863d99245282
$(DL_FILE)_MD5 = 847787cd0616d38b0e429ea85f558c31
install : $(TARGET)
@@ -78,7 +78,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure \
--prefix=/usr
--prefix=/usr \
--with-libpcre \
--with-curl \
--with-expat
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install