aboutsummaryrefslogtreecommitdiff
path: root/extra/libcups/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-02-06 16:30:57 +0100
committerCem Keylan <cem@ckyln.com>2022-02-06 16:30:57 +0100
commit8e93570223b15cc12e8e6ef6ad86e83e5c6b2653 (patch)
tree018d2c200991f0677d2b6df59b2263bc7c8b9d14 /extra/libcups/build
parent357168d5c9928ca68d6fa5065b0402d95998809e (diff)
downloadrepository-8e93570223b15cc12e8e6ef6ad86e83e5c6b2653.tar.gz
libcups: drop package
Diffstat (limited to 'extra/libcups/build')
-rwxr-xr-xextra/libcups/build14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/libcups/build b/extra/libcups/build
deleted file mode 100755
index 7c011197..00000000
--- a/extra/libcups/build
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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