X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fntfs-3g;h=9199c2bc67cc745fc6d5778b39e2b7b9c762fb62;hb=eee037b8902c3163850069f302479e7733966bd0;hp=16e863ec5aaa76c467ee387c09f8de985c2bf483;hpb=52948e87b185cc7f8ad47fb7c8680a4d66a51bef;p=ipfire-2.x.git diff --git a/lfs/ntfs-3g b/lfs/ntfs-3g index 16e863ec5a..9199c2bc67 100644 --- a/lfs/ntfs-3g +++ b/lfs/ntfs-3g @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 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,9 +24,9 @@ include Config -VER = 1.2812 +VER = 2014.2.15 -THISAPP = ntfs-3g-$(VER) +THISAPP = ntfs-3g_ntfsprogs-$(VER) DL_FILE = $(THISAPP).tgz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b250a8d6603dc8c5411ee50bea444ccb +$(DL_FILE)_MD5 = f11d563816249d730a00498983485f3a install : $(TARGET) @@ -73,6 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install