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/build | |
parent | 2116cea5249224fd8cf1d8cb2970b75bf0636ec1 (diff) | |
download | repository-4df31eacf418f4ac8ce746b667b265d9546626a4.tar.gz |
libcups: add new package at 2.3.3
Diffstat (limited to 'extra/libcups/build')
-rwxr-xr-x | extra/libcups/build | 14 |
1 files changed, 14 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 |