mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-08 16:32: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.
7 lines
178 B
Bash
7 lines
178 B
Bash
PACKAGE_VERSION=1.3.4
|
|
|
|
dependencies libogg
|
|
check_pkgconfig vorbis
|
|
fetch_download http://www.chocolate-doom.org/depends/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz
|
|
build_autotools
|
|
|