2016-02-19 04:12:07 +00:00
|
|
|
dependencies SDL2 SDL2_mixer SDL2_net
|
|
|
|
fetch_git https://github.com/fragglet/chocolate-doom.git sdl2-branch
|
|
|
|
build_autotools
|
2016-02-17 04:00:20 +00:00
|
|
|
|
|
|
|
prebuild_setup() {
|
2016-02-18 05:28:33 +00:00
|
|
|
autoreconf -fi
|
2016-02-17 04:00:20 +00:00
|
|
|
}
|
|
|
|
|