commit 4df31eacf418f4ac8ce746b667b265d9546626a4 parent 2116cea5249224fd8cf1d8cb2970b75bf0636ec1 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 8 May 2020 18:20:20 +0300 libcups: add new package at 2.3.3 Diffstat:
A | extra/libcups/build | | | 14 | ++++++++++++++ |
A | extra/libcups/checksums | | | 1 | + |
A | extra/libcups/sources | | | 1 | + |
A | extra/libcups/version | | | 1 | + |
4 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/extra/libcups/build b/extra/libcups/build @@ -0,0 +1,14 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --sbindir=/usr/bin \ + --disable-systemd \ + --without-python \ + --without-perl \ + --without-rcdir \ + --with-components=libcups + +make +make DESTDIR="$1" install diff --git a/extra/libcups/checksums b/extra/libcups/checksums @@ -0,0 +1 @@ +261fd948bce8647b6d5cb2a1784f0c24cc52b5c4e827b71d726020bcc502f3ee cups-2.3.3-source.tar.gz diff --git a/extra/libcups/sources b/extra/libcups/sources @@ -0,0 +1 @@ +https://github.com/apple/cups/releases/download/v2.3.3/cups-2.3.3-source.tar.gz diff --git a/extra/libcups/version b/extra/libcups/version @@ -0,0 +1 @@ +2.3.3 1