mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-30 16:01:10 +00:00
128a9d35fd
It's nice to be able to get some idea of what a package does.
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"
|
|
}
|