]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/less
Zwischencommit beim Umzug auf LFS 6.2.
[ipfire-2.x.git] / lfs / less
index e299f044edef1347f55cb3feae739568cc3c6cd6..f56ef4d4b288191251008dde7b5991bfc5ab74c1 100644 (file)
--- a/lfs/less
+++ b/lfs/less
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: less,v 1.3.2.3 2005/02/05 15:38:15 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
 
 include Config
 
-VER        = 382
+VER        = 394
 
 THISAPP    = less-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://www.greenwoodsoftware.com/less
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
@@ -48,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 103fe4aef6297b93f0f73f38cc3b1bd7
+$(DL_FILE)_MD5 = a9f072ccefa0d315b325f3e9cdbd4b97
 
 install : $(TARGET)
 
@@ -78,8 +72,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) && ./configure --prefix=/usr --disable-nls --bindir=/bin --sysconfdir=/etc
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-nls
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)