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

./configure \
    --prefix=/usr \
    --disable-nls \
    --disable-rpath \
    --enable-static \
    --disable-shared

make
make DESTDIR="$1" install