unflac: new package from git
[kiss-trunc88.git] / wget / build
blobc3dc48ced29dce116609692e20913d5f96f57297
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --sysconfdir=/etc \
6 --disable-debug \
7 --disable-nls \
8 --disable-ipv6 \
9 --without-libintl-prefix \
10 --without-libuuid \
11 --with-ssl=openssl
13 make
14 make DESTDIR="$1" install