mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-30 16:01:10 +00:00
24650af7d9
Since we're downloading arbitrary executable code from websites and running it, we should at least have some confidence it's the right thing we're running.
12 lines
334 B
Bash
12 lines
334 B
Bash
description "Extra header files for compiling DirectX applications"
|
|
fetch_download https://www.libsdl.org/extras/win32/common/directx-devel.tar.gz \
|
|
75595621b9e3da390435cbc762bd7f24f711ef06b3338a34e350622da624b360
|
|
IS_TAR_BOMB=true
|
|
|
|
do_build() {
|
|
true
|
|
}
|
|
|
|
do_install() {
|
|
cp -R include lib "$PACKAGE_INSTALL_DIR"
|
|
}
|