hblock: bump to 3.4.0
[kiss-trunc88.git] / libopusenc / build
blob1754b9918bc4597d9e8526bfe0f5f6050c257793
1 #!/bin/sh -e
3 #./autogen.sh
4 ./configure \
5 --prefix=/usr \
6 --sysconfdir=/etc \
7 --disable-examples
9 make
10 make DESTDIR="$1" install