mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-08 16:32:10 +00:00
11 lines
252 B
Bash
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"
|
|
}
|