X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcups;h=9a7e6069fa88f8db337c4d6cc663190a73c1c91e;hb=2b5aece94e44357fca0771712755da535493c1d6;hp=49b275a6557c6f789a04b5873820d230fbbde47b;hpb=8a1a3bf3934c8a92c605135ee13db466ea3dcbf4;p=ipfire-2.x.git diff --git a/lfs/cups b/lfs/cups index 49b275a655..9a7e6069fa 100644 --- a/lfs/cups +++ b/lfs/cups @@ -24,17 +24,17 @@ include Config -VER = 2.0.4 +VER = 2.2.2 THISAPP = cups-$(VER) -DL_FILE = $(THISAPP)-source.tar.bz2 +DL_FILE = $(THISAPP)-source.tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/cups-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups -PAK_VER = 13 +PAK_VER = 15 -DEPS = "ghostscript" +DEPS = "avahi cups-filters dbus ghostscript krb5 libtiff" ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f5c847d9a4fac6c4c66fb0526a7afaae +$(DL_FILE)_MD5 = 036f6bda6202ae3e280ac00c710b5ca4 install : $(TARGET) @@ -76,15 +76,17 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && \ ./configure \ --prefix=/usr \ --sysconfdir=/var/ipfire \ --localstatedir=/var \ - --enable-libusb \ - --disable-dbus \ - --disable-avahi + --enable-debug \ + --enable-avahi \ + --enable-dbus \ + --enable-gnutls \ + --enable-libusb cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install