]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/foomatic
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / foomatic
index 74958bf3671630f1b171a17783fc5cb2e43b14c0..21a5a589ada9798052af043d65a405d8965bc8a6 100644 (file)
@@ -1,22 +1,20 @@
 ###############################################################################
-# This file is part of the IPCop Firewall.                                    #
 #                                                                             #
-# IPCop is free software; you can redistribute it and/or modify               #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007-2023  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        #
-# the Free Software Foundation; either version 2 of the License, or           #
+# the Free Software Foundation, either version 3 of the License, or           #
 # (at your option) any later version.                                         #
 #                                                                             #
-# IPCop is distributed in the hope that it will be useful,                    #
+# This program is distributed in the hope that it will be useful,             #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of              #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
 # GNU General Public License for more details.                                #
 #                                                                             #
 # You should have received a copy of the GNU General Public License           #
-# along with IPCop; if not, write to the Free Software                        #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
-#                                                                             #
-# Makefiles are based on LFSMake, which is                                    #
-# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
 #                                                                             #
 ###############################################################################
 
 
 include Config
 
-DATE       = 20070813
-VER        = 3.0-$(DATE)
+SUMMARY     = Tools for using the foomatic database of printers and printer drivers
+
+VER         = 4.0.13
+VER_DB      = 4.0-$(DATE)
+VER_FILTERS = 4.0.17
+DATE        = 20230828
 
 THISAPP    = foomatic-$(VER)
-DL_FILE    = foomatic-filters-$(VER).tar.gz
+DL_FILE    = foomatic-filters-$(VER_FILTERS).tar.gz
 DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/foomatic-filters-$(VER)
+DIR_APP    = $(DIR_SRC)/foomatic-filters-$(VER_FILTERS)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = foomatic
-PAK_VER    = 1
+PAK_VER    = 10
+
+DEPS       = cups ghostscript hplip
+
+SERVICES   =
 
-DESCDE     = "Foomatic beinhaltet Filter und Treiber für CUPS."
-DESCEN     = "Foomatic is a collection of filters and ppds for cups."
-DEPS       = "cups ghostscript"
+CFLAGS    += -fcommon
+
+export LIB_CUPS=/usr/lib/cups
+export CUPS_BACKENDS=/usr/lib/cups/backends
+export CUPS_FILTERS=/usr/lib/cups/filters
+export CUPS_PPDS=/usr/share/cups/model
 
 ###############################################################################
 # Top-level Rules
 ###############################################################################
 
 objects = $(DL_FILE) \
-       foomatic-db-$(DATE).tar.gz \
-       foomatic-db-engine-$(VER).tar.gz \
-       foomatic-db-hpijs-$(DATE).tar.gz
+       foomatic-db-$(VER_DB).tar.gz \
+       foomatic-db-engine-$(VER).tar.gz
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-foomatic-db-$(DATE).tar.gz = $(DL_FROM)/foomatic-db-$(DATE).tar.gz
+foomatic-db-$(VER_DB).tar.gz = $(DL_FROM)/foomatic-db-$(VER_DB).tar.gz
 foomatic-db-engine-$(VER).tar.gz = $(DL_FROM)/foomatic-db-engine-$(VER).tar.gz
-foomatic-db-hpijs-$(DATE).tar.gz = $(DL_FROM)/foomatic-db-hpijs-$(DATE).tar.gz
 
-$(DL_FILE)_MD5 = 41de0f45866ab4c19c1d5e3e2cdab42f
-foomatic-db-$(DATE).tar.gz_MD5 = a3ab04b7cc5d870b040ffce19e664698
-foomatic-db-engine-$(VER).tar.gz_MD5 = ec9639719a9c1d4095248e534c3f2d0d
-foomatic-db-hpijs-$(DATE).tar.gz_MD5 = e59fa189336e96a9d43cfcfb6222a9c2
+$(DL_FILE)_BLAKE2 = 2c8089dd0a07677885180efd6157576a1e84448aeda83bdb0e1c2692242cd711eaa0c32956a5434ea109706bc9733118ee886caf1cab085d53d480ac45fd80e7
+foomatic-db-$(VER_DB).tar.gz_BLAKE2 = 9887993715c7d3037f76c9d97f52b02f5748d365cd0f547abcbce4098b5dc478aeac541d925a3a36bd3cae174df74860429174179ec1a29f6a7812f7ba793442
+foomatic-db-engine-$(VER).tar.gz_BLAKE2 = 7784a3fec0bf7059f13ecd9eb31be61811b1d10d28c0bdc1f9eaaf4068a462f70b4147ac3d7015a66faf0e55d205b906d6d23aa365e5ffa52020c4c120845d37
 
 install : $(TARGET)
 
@@ -66,13 +72,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        $(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -81,8 +87,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details
@@ -92,10 +98,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_SRC)/foomatic-* && cd $(DIR_SRC) && \
                tar zxf $(DIR_DL)/$(DL_FILE) && \
-               tar zxf $(DIR_DL)/foomatic-db-$(DATE).tar.gz && \
-               tar zxf $(DIR_DL)/foomatic-db-engine-$(VER).tar.gz && \
-               tar zxf $(DIR_DL)/foomatic-db-hpijs-$(DATE).tar.gz
-       cd $(DIR_APP) && ./configure --prefix=/usr
+               tar zxf $(DIR_DL)/foomatic-db-$(VER_DB).tar.gz && \
+               tar zxf $(DIR_DL)/foomatic-db-engine-$(VER).tar.gz
+       cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        cd $(DIR_SRC)/foomatic-db-$(DATE) && ./configure --prefix=/usr --sysconfdir=/etc
@@ -104,8 +109,16 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_SRC)/foomatic-db-engine-$(VER) && ./configure --prefix=/usr --sysconfdir=/etc
        cd $(DIR_SRC)/foomatic-db-engine-$(VER) && make $(MAKETUNING)
        cd $(DIR_SRC)/foomatic-db-engine-$(VER) && make install
-       cd $(DIR_SRC)/foomatic-db-hpijs-$(DATE) && ./configure --prefix=/usr --sysconfdir=/etc
-       cd $(DIR_SRC)/foomatic-db-hpijs-$(DATE) && make $(MAKETUNING)
-       cd $(DIR_SRC)/foomatic-db-hpijs-$(DATE) && make install
+
+       # Remove unwanted files
+       rm -rfv /usr/lib/ppr \
+               /etc/foomatic/filter.conf.sample \
+               /usr/share/foomatic/templates
+
+       -mkdir -pv /var/cache/foomatic
+
+       -mkdir -pv /etc/foomatic
+       echo "cups" > /etc/foomatic/defaultspooler
+
        @rm -rf $(DIR_SRC)/foomatic-*
        @$(POSTBUILD)