diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-08 18:20:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-08 18:20:20 +0300 |
commit | 4df31eacf418f4ac8ce746b667b265d9546626a4 (patch) | |
tree | 9349c476dd854d65d3433ae94c60c1edb99a8024 /extra/libcups | |
parent | 2116cea5249224fd8cf1d8cb2970b75bf0636ec1 (diff) | |
download | repository-4df31eacf418f4ac8ce746b667b265d9546626a4.tar.gz |
libcups: add new package at 2.3.3
Diffstat (limited to 'extra/libcups')
-rwxr-xr-x | extra/libcups/build | 14 | ||||
-rw-r--r-- | extra/libcups/checksums | 1 | ||||
-rw-r--r-- | extra/libcups/sources | 1 | ||||
-rw-r--r-- | extra/libcups/version | 1 |
4 files changed, 17 insertions, 0 deletions
diff --git a/extra/libcups/build b/extra/libcups/build new file mode 100755 index 00000000..7c011197 --- /dev/null +++ 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 new file mode 100644 index 00000000..1cfdcf70 --- /dev/null +++ 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 new file mode 100644 index 00000000..651f2f89 --- /dev/null +++ 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 new file mode 100644 index 00000000..c8114267 --- /dev/null +++ b/extra/libcups/version @@ -0,0 +1 @@ +2.3.3 1 |