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

./configure \
    --prefix=/usr \
    --disable-nls \
    --disable-metalink \
    --disable-websocket \
    --without-libxml2 \
    --without-libexpat \
    --without-sqlite3

make
make DESTDIR="$1" install