]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/hostname
slang: revert parallelized build
[ipfire-2.x.git] / lfs / hostname
index feac3a0f8dc5c5b494e2a5b4fefa65d906fbff50..ea22f4d8a4811e199a45a382fa14e2ba800957b8 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        = 3.15
+VER        = 3.20
 
 THISAPP    = hostname_$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f93c87de2517850de5f47234e3bcb563
+$(DL_FILE)_MD5 = 9919d0f4e0a70a0d4161deef729e8514
 
 install : $(TARGET)
 
@@ -70,8 +70,8 @@ $(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) && patch -Np1 -i $(DIR_SRC)/src/patches/hostname-rh.patch
        cd $(DIR_APP) && make $(MAKETUNING)
-       cd $(DIR_APP) && make install BINDIR=/bin
+       cd $(DIR_APP) && install -m 755 hostname /bin
+       cd $(DIR_APP) && install hostname.1 /usr/share/man/man1
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)