]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/Convert-TNEF
Removed several lfs options leading to: configure: WARNING: unrecognized options
[people/pmueller/ipfire-2.x.git] / lfs / Convert-TNEF
index 364e3c4fea07f9471d61846f21eb9baea5a4f611..136bc71d0d512667e1c8a4fd41b3bcbc4c5da5e6 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  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        = 0.17
+VER        = 0.18
 
 THISAPP    = Convert-TNEF-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 31cddf42fae9495b4a686b17ec68d7e0
+$(DL_FILE)_MD5 = 6f69ff242a807b861c6e68a3d93a58f7
 
 install : $(TARGET)
 
@@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && perl Makefile.PL
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)