mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-12 23:06:10 +00:00
These modules encapsulate individual pieces of functionality and make the code far more maintainable. This is a pretty big refactoring but overall a big win.
8 lines
207 B
Bash
8 lines
207 B
Bash
PACKAGE_VERSION=1.3.1
|
|
|
|
check_pkgconfig flac
|
|
fetch_download http://www.chocolate-doom.org/depends/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz
|
|
|
|
# Compile problems :(
|
|
build_autotools --disable-asm-optimizations
|
|
|