Skip to content

Commit

Permalink
cups-filters: bump to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhovau committed Dec 14, 2016
1 parent 8f2a6e1 commit cc90aad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions cavezofphear/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# Abandoned in 2011

include $(TOPDIR)/rules.mk

Expand Down
13 changes: 4 additions & 9 deletions cups-filters/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=cups-filters
PKG_VERSION:=1.11.4
PKG_VERSION:=1.13.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.openprinting.org/download/$(PKG_NAME)
PKG_MD5SUM:=2261ef8250fb3e9870cb6c4905e73b01
PKG_MD5SUM:=ec95f66982beeb3876a2e6187c084597

PKG_INSTALL:=1

Expand Down Expand Up @@ -63,14 +63,9 @@ define Package/cups-filters/install
$(INSTALL_CONF) \
$(PKG_INSTALL_DIR)/opt/etc/fonts/conf.d/99pdftoopvp.conf \
$(1)/opt/etc/fonts/conf.d
$(INSTALL_DIR) $(1)/opt/lib/cups/{backend,filter}
$(INSTALL_DIR) $(1)/opt/lib
$(CP) $(PKG_INSTALL_DIR)/opt/lib/lib*.so* $(1)/opt/lib
$(INSTALL_BIN) \
$(PKG_INSTALL_DIR)/opt/lib/cups/backend/* \
$(1)/opt/lib/cups/backend
$(CP) \
$(PKG_INSTALL_DIR)/opt/lib/cups/filter/* \
$(1)/opt/lib/cups/filter
$(CP) $(PKG_INSTALL_DIR)/opt/lib/cups $(1)/opt/lib
$(INSTALL_DIR) $(1)/opt/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/opt/sbin/cups-browsed $(1)/opt/sbin
endef
Expand Down

0 comments on commit cc90aad

Please sign in to comment.