summaryrefslogtreecommitdiff
path: root/strata/cups/cups.morph
blob: a3c2edf887be9d68be338e3822f5902180f65b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: cups
kind: chunk
build-system: manual
configure-commands:
- autoconf
- ./configure --prefix="$PREFIX"
build-commands:
- make
# Note: BUILDROOT is the variable recommended in INSTALL.txt for the
# destination directory.
install-commands:
- make BUILDROOT="$DESTDIR" install