aboutsummaryrefslogtreecommitdiff
path: root/extra/libcups/build
blob: 7c011197339006816d4ee3684c07872dc6cb445a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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