mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-27 22:43:41 +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.
8 lines
165 B
Bash
8 lines
165 B
Bash
dependencies SDL2 SDL2_mixer SDL2_net
|
|
fetch_git https://github.com/fragglet/chocolate-doom.git sdl2-branch
|
|
build_autotools
|
|
|
|
prebuild_setup() {
|
|
autoreconf -fi
|
|
}
|
|
|