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

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

make
make DESTDIR="$1" install