chocpkg/pkgdef/flac.sh
Simon Howard 24650af7d9 Add SHA256 checking for downloads.
Since we're downloading arbitrary executable code from websites and
running it, we should at least have some confidence it's the right
thing we're running.
2016-07-08 20:41:02 -04:00

8 lines
387 B
Bash

description "Library for encoding/decoding .flac lossless audio files"
check_pkgconfig flac
# We use a repacked mirror since flac is released as .xz rather than .gz:
fetch_download https://www.chocolate-doom.org/depends/flac-1.3.1.tar.gz \
4ae2c8ee48b3ae52635e543b1e64b58f5dcb8d69e1e18257da82f800cb754861
# Compile problems :(
build_autotools --disable-asm-optimizations