chocpkg/pkgdef/chocolate-doom-git.sh
Simon Howard df955bf2b7 Split out chocpkg script into modules.
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.
2016-02-18 23:12:07 -05:00

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
}