mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-12-04 01:51:27 +00:00
12 lines
182 B
Bash
12 lines
182 B
Bash
|
PACKAGE_URL=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"
|
||
|
}
|
||
|
|