mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-12-02 17:12:52 +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.
12 lines
186 B
Bash
12 lines
186 B
Bash
|
|
fetch_download https://www.libsdl.org/extras/win32/common/directx-devel.tar.gz
|
|
IS_TAR_BOMB=true
|
|
|
|
do_build() {
|
|
true
|
|
}
|
|
|
|
do_install() {
|
|
cp -R include lib "$PACKAGE_INSTALL_DIR"
|
|
}
|
|
|