]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/foomatic
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / foomatic
index 884ca3d77faf41f5e09b4c7627c0c753174cddb8..0ede44bf2d105d17a5630335b7eb8235e84fed79 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY     = Tools for using the foomatic database of printers and printer drivers
+
 VER         = 4.0.9
 VER_DB      = 4.0-$(DATE)
 VER_FILTERS = 4.0.17
@@ -35,9 +37,13 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/foomatic-filters-$(VER_FILTERS)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = foomatic
-PAK_VER    = 4
+PAK_VER    = 6
+
+DEPS       = cups ghostscript libtiff hplip
 
-DEPS       = "cups ghostscript libtiff hplip"
+SERVICES   =
+
+CFLAGS    += -fcommon
 
 export LIB_CUPS=/usr/lib/cups
 export CUPS_BACKENDS=/usr/lib/cups/backends
@@ -114,9 +120,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        -mkdir -pv /etc/foomatic
        echo "cups" > /etc/foomatic/defaultspooler
 
-       -mkdir -pv /usr/lib/cups/filter
-       ln -svf ../../../bin/foomatic-rip /usr/lib/cups/filter/foomatic-rip
-       ln -svf ../../../bin/foomatic-ppdfile /usr/lib/cups/filter/foomatic-ppdfile
-
        @rm -rf $(DIR_SRC)/foomatic-*
        @$(POSTBUILD)