mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-13 00:24:14 +00:00
df955bf2b7
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
177 B
Bash
7 lines
177 B
Bash
PACKAGE_VERSION=1.6.10
|
|
|
|
dependencies zlib
|
|
check_pkgconfig libpng
|
|
fetch_download http://www.chocolate-doom.org/depends/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz
|
|
build_autotools
|
|
|