chocpkg/pkgdef/directx-devel.sh
Simon Howard 74a03eae81 Add directx-devel package.
This is a tricky package to support, since the tar file is improperly
structured and it is not an autotools package. Refactor slightly and
add IS_TAR_BOMB option for this kind of use case.
2016-02-17 23:03:42 -05:00

11 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"
}