chocpkg/pkgdef/directx-devel.sh
Simon Howard 128a9d35fd Add ability for packages to provide a description.
It's nice to be able to get some idea of what a package does.
2016-02-25 20:13:52 -05:00

11 lines
252 B
Bash

description "Extra header files for compiling DirectX applications"
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"
}