mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-30 16:01:10 +00:00
128a9d35fd
It's nice to be able to get some idea of what a package does.
6 lines
230 B
Bash
6 lines
230 B
Bash
description "Library for encoding/decoding .flac lossless audio files"
|
|
check_pkgconfig flac
|
|
fetch_download http://www.chocolate-doom.org/depends/flac-1.3.1.tar.gz
|
|
|
|
# Compile problems :(
|
|
build_autotools --disable-asm-optimizations
|