X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fntfs-3g;h=5191d508633c5713e509cd2a68dc25334d8167f7;hb=ef640882ab4ff5f26fb7b4bf9a5f00ca4f94d172;hp=b8012e1271c54e0ecb80777afc8187131bc2f277;hpb=323c9327ad0d7476668bc0017e7fa47248e03933;p=ipfire-2.x.git diff --git a/lfs/ntfs-3g b/lfs/ntfs-3g index b8012e1271..5191d50863 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) 2015 Michael Tremer & Christian Schmidt # # # # 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.1104 +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 = 3bdd89423505e55b4a3e69371ec4c970 +$(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