aboutsummaryrefslogtreecommitdiff
path: root/community/notmuch/build
blob: 08beaa86ab343807536d2b6a5885ad0dd5ef5110 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --without-docs \
    --without-api-docs \
    --without-ruby || :

make
make DESTDIR="$1" install