chocpkg/pkgdef/directx-devel.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

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"
}