mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-23 20:21:06 +00:00
The only place this is needed is when determining the directory name that the tar file will be extracted to. This can be done by examining the .tar file name without needing to know the version itself.
6 lines
160 B
Bash
6 lines
160 B
Bash
check_pkgconfig flac
|
|
fetch_download http://www.chocolate-doom.org/depends/flac-1.3.1.tar.gz
|
|
|
|
# Compile problems :(
|
|
build_autotools --disable-asm-optimizations
|
|
|