]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/epson-inkjet-printer-escpr
slang: revert parallelized build
[ipfire-2.x.git] / lfs / epson-inkjet-printer-escpr
index d4f081f4f8f5277b915b5bb26317566c207c9ce8..9bce8abc82b167336e6db8f4bd0a38788703c0ff 100644 (file)
@@ -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        = 1.6.11
+VER        = 1.6.12
 LSB        = 1lsb3.2
 
 THISAPP    = epson-inkjet-printer-escpr-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = epson-inkjet-printer-escpr
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = "cups"
 
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ab143fb1c044e6190ca147027c530cfa
+$(DL_FILE)_MD5 = fddedddd1424402d8ec8297536c751a0
 
 install : $(TARGET)
 
@@ -79,6 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP)
        cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
        cd $(DIR_APP) && make # doesn't support parallel build
        cd $(DIR_APP) && make install CUPS_PPD_DIR=/usr/share/ppd/Epson