X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fhplip;h=e87b8fb8e041f6ed99f1e78ae06d8dc8a969df5c;hb=5996c2815798e7bb8c069caad40ffb084ecf1cf7;hp=cfcdeef5412da22f54f6ad1f35f65498c90ec131;hpb=2efd0cd68aa23e977a57b9cdb4177c3dc2d30edf;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/hplip b/lfs/hplip index cfcdeef541..e87b8fb8e0 100644 --- 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 # # # # 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.12.6 +VER = 3.21.2 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 = 2 +PAK_VER = 5 -DEPS = "" +DEPS = ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5303938e8630775ea6fb383af85775e5 +$(DL_FILE)_MD5 = 362cb4c10321ec98fa4b4f18891e1a45 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)