]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/hplip
update disclaimer in LFS files
[ipfire-2.x.git] / lfs / hplip
index 6d4592440eefcb628c15a10ecf45cf312937145b..b9d4e696f23dd960e8e260176f56e4266d06a860 100644 (file)
--- a/lfs/hplip
+++ b/lfs/hplip
@@ -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        = 2.7.10
+VER        = 3.18.6
 
 THISAPP    = hplip-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hplip
-PAK_VER    = 1
+PAK_VER    = 3
 
-DEPS       = "foomatic"
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = eafb815ca4b4bb5a2f35a76ee3c2dc72
+$(DL_FILE)_MD5 = 3857eae76c49c00fa185628d4dce7d61
 
 install : $(TARGET)
 
@@ -77,10 +77,15 @@ $(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 \
-                                                                                        --enable-hpijs-only-build \
-                                                                                       --disable-network-build --disable-scan-build
+       $(UPDATE_AUTOMAKE)
+       cd $(DIR_APP) && ./configure            \
+               --prefix=/usr                   \
+               --enable-hpijs-only-build       \
+               --disable-network-build         \
+               --disable-scan-build
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)