2019-04-28 13:09:55 +10:00
|
|
|
# Description: Direct3D 12 to Vulkan translation library By WineHQ.
|
|
|
|
# URL: https://github.com/d3d12/vkd3d
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2021-04-22 19:11:53 +10:00
|
|
|
# Depends on: spirv-headers spirv-tools vulkan-loader xorg-xcb-util-keysyms
|
2019-04-28 13:09:55 +10:00
|
|
|
|
|
|
|
name=vkd3d
|
2020-10-24 01:59:32 +11:00
|
|
|
version=1.2
|
|
|
|
release=1
|
|
|
|
source=(https://dl.winehq.org/vkd3d/source/$name-$version.tar.xz)
|
2019-04-28 13:09:55 +10:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
2020-10-24 01:59:32 +11:00
|
|
|
./configure --prefix=/usr --with-spirv-tools
|
2019-04-28 13:09:55 +10:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|